I have a large heap on a 28335 in external SRAM. By creating this heap, there is some configuration meta-data that is put at the very beginning of the heap instance that I would like moved to the end due to alignment issues with the blocks of memory I'm allocating. There are only 60h words with a label _xdc_runtime_HeapMin_Instance_State_0_buf__A . Is there any way to get the linker to put this data somewhere else other than at the very beginning of the heap?
Thanks,
Mark Takatz