| Author |
Message |
|
|
Posted: Jun 25, 2012 - 04:05 PM |
|

Joined: Jun 11, 2008
Posts: 135
|
|
| How can I setup malloc to use external SDRAM. |
|
|
| |
|
|
|
|
|
Posted: Jun 25, 2012 - 04:40 PM |
|

Joined: Aug 25, 2011
Posts: 392
Location: Europe
|
|
It should be possible to do that with a linker script. Check if your project includes a file with “.lds” extension and search it for “heap”. Then set the heap to reside inside your SDRAM.
I actually haven’t tried it, but I don’t know of other methods. |
|
|
| |
|
|
|
|
|
Posted: Jun 26, 2012 - 03:45 AM |
|


Joined: May 23, 2008
Posts: 804
Location: Pune, India
|
|
|
|
|
|
|
|
|