Hi,
I defined a memory section SDRAM in the platform (0xC7000000) of a omap l137. I want to use this section for the heap.
I added the BIOS module and Programm is from default added. I set the following configs
BIOS.heapSize = 32768;
Program.sectMap[".sysmem"] = "SDRAM";
like here http://e2e.ti.com/support/embedded/bios/f/355/p/103991/367987.aspx#367987
This compiles succesful but if I do maolloc in my application in different threads I never get an address which beginns with 0xc7.
How can I do this?
regards