Lpc 4357 SDRAM

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

Lpc 4357 SDRAM

695 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lifejoker on Tue Mar 11 02:06:45 MST 2014
Hi, i am using LPC4357, there are serval SDRAM sections in LPC4357, which are not continuous. I use freeRTOS in my project, any section for me is not enough, how can i use the uncontinuous as memory in freeRTOS ?
Thanks.
Labels (1)
0 Kudos
Reply
1 Reply

660 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by embd02161991 on Tue Mar 11 19:03:15 MST 2014
Hi,

You can mention the different sections of the memory in the compiler and the compiler will decide were to put the data in a continuous fashion if you don't use the #pragma directive for memory allocation.

Thanks,

NXP Technical Support
0 Kudos
Reply