Part Number: TM4C129XNCZAD
Tool/software: TI C/C++ Compiler
Is there a way to programmatically obtain the addresses of the different sections? For example, in my code I want to assign a pointer to the start of the heap, which is in the .sysmem section. Is there some global symbol that I can reference? In the .map file I saw a symbol called _sys_memory, but the compiler generates an error when I try to use it.
Also, the compiler manual says that the linker generates a global symbol called __SYSMEM_SIZE, which is supposed to be the size of the section. It's in the .map file, but I also get a compiler error when I try to use it.
Regards,
Dave