No source available for GUI_Init()

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No source available for GUI_Init()

765 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by zepedrowdp on Tue May 06 07:30:29 MST 2014
Hello,


I was able to modify the MCB1700 emWin BSP and compile it in order for it to work on my custom board (using LPC1754 and a 2.4'' TFT with ILI9341).

I got one warning "Invalid project path: Missing profject folder or file [name of the project]\Setup for Source path", that I have no idea where it's comming from. (I already tried to rename the .sc file on metadata folder with no success).


When I try to debug, the program always stops on GUI_Init() (called by the MainTask() ) and I guet a message saying "No source available for "GUI_Init() at 0xa3de" " as well as  on GUI_Config() (No source available for "GUI_Init() at 0xa3de" ).

It appears to be something related with the functions:
GUIDRV_FlexColor_SetFunc(pDevice, &PortAPI, GUIDRV_FLEXCOLOR_F66709, GUIDRV_FLEXCOLOR_M16C1B8)


as it shows on the pics of the debug I attached.


Any idea of what's going on?



PS: I was able to run a blinky so I know that both the board and probe are working.
0 Kudos
0 Replies