Using code composer 3.3 & 4.1.3 compiler targeted at 2812 using LARGE_MODEL
We have a growth requirement to only use n% of physical memory, but I'm finding that only 3/4 of the .ebss 'used' by the linker relates to .usect data requested by the generated assembler. The remaining 1/4 appear to be holes.
These seem mainly to appear before a large array. For example, of 3 arrays declared in order physically 130, 170 and 512 bytes, these actually occupy 192, 192 and 512.
I notice that 64 byte boundaries are mentioned, which seems huge, is there any simple way of shrinking these holes?
thanks.