08-08-2008 08:26 AM
08-14-2008 06:25 PM
Hey Autocar,
Doesn't look like you'll have much of a chance in running the code as the LPC2368 has only 58KB of ram and the flash is in-built.
Do refer to the map file on the amount of ram needed.
RAM is used for dynamically allocated stuff. LabVIEW code is very compact, especially for ARM, since it employs some tricks to make it small. LabVIEW allocates a lot of memory, so if you write enough labVIEW code to fill up the flash, there's pretty much no chance the code will run, since it will run out of RAM at runtime