LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Embedded Module for ARM Flash size too small

Hi:
I use NXP MB2300 Evaluation board program Uart communication system,I have problem,
I only use very sample program,but download to NXP MB2300 Evaluation board ,The program memory size is 485K,If I want to increase
my program size,How can i extend my flash memeory? and How can I write program,The LabVIEW Embedded Module for ARM no this function vi,
 
I want to use LPC2368 CAN bus controller,I want write C language in the Keil uVision3,How it working?
 
The LabVIEW Embedded Module for ARM only support 2 line LCD,If I use TFT ,How it working?
 
Thank you
 
autocar
0 Kudos
Message 1 of 2
(6,231 Views)

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

Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 2 of 2
(6,200 Views)