Hello,
I am having issues with the memory allocation on an F28035. The variables are not stored as close to each other as possible.
I attached a capture of the memory browser for reference. I filled up the memory with 0xBEEF to see the memory utilization. memEnd and memfree_ptr are 32-bit variables. However, the memory is padded with an additional 60 words before the next variable (mempool). Is there a way to modify the page alignment to optimize for memory usage? I am using optimization level 0, but I also tried level 3, with no changes in the memory alignment.
I am using CCS v5.3 and the compiler is TI v6.1.4. I tried using the latest compiler (TI v.15.12.0), but the result is the same.
Thanks.