Dear All,
I am trying to do a project on TMS320F2800157. I created 2 variables 1 is uint8_t and another is uint16_t.
const uint8_t TestBufU8[256] = {0};
const uint16_t TestBufU16[256] = {0};
In MAP file is shows that both variable have same amount on memory allocated.

Please suggest how to handle this to reduce the code size.
Regards,
Aman.