Problems getting the project to initialize

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

Problems getting the project to initialize

482 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wendtr on Wed Jun 05 17:49:32 MST 2013

I have a version running on the EA LPC1788 platform, with Free Rtos.  I cannot get past the function call   GUI_ALLOC_AssignMemory(_aMemory, GUI_NUMBYTES), without it going into a while loop in GUI_Error called from _InitOnce (according to the Assembly Routine).  I have absolutely no insight as to what is broken.  The .GUI and .VRAM address spaces are all compiled and allocated correctly, and I successfully tested the SDRAM by writing and reading from the SDRAM location.  The code itself is called before the scheduler in FreeRtos as well, so as to eliminate that as a problem.  The LCDConf, GUIConf and most of the other files were merged into the main load from a working platform.  I have even verified that these are mostly identical to the originals.  Any help would be appreciated.

Labels (1)
0 Kudos
2 Replies

474 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wendtr on Wed Jun 05 18:26:12 MST 2013

I found the problem.

0 Kudos

474 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wendtr on Wed Jun 05 18:25:06 MST 2013

Never mind... I found the problem...

0 Kudos