Hi guys,
I am trying to write my own pool allocation program that allocates blocks of memory for my processes. I understand that the heap section (.sysmem) can be set at build time. Now my question is how do I access this heap with my code so I can use that memory and allocate it for my processes? I am using the LM3S9D92 and its heap/SRAM starts at 0x2000.0000. Also this is for CCSv4.