I am working with setup - Harmony 1.10 + PIC32MX795F512L and new driver for ILI9163C (LCD controller).
The code passes through the SYS_Initialize fine, but errors out on GFX_HGC_GetScreenState() in routine SYS_Tasks -> while in the following fuction call:
GFX_HANDLE primitiveHandle = (GFX_HANDLE)GFX_PRIMITIVE_Open(obj->index );
It goes to GFX_HGC_GetScreenState() and seems like it cannot get the screenstate and errors out and goes to ExceptionHandler.
Anyone having similar issue? need your help
Thanks