Hello,
I have this issue where setting an array element in a global unsigned int array is clearing a bit field in a bitfield of a global structure variable. I looked at the map file and found the memory of the array overlaps with the struture variable, i.e the 128 element array is at 0xD000 and the structure variable is at 0xD00A. I also noticed another unsigned int variable is at the same address of the global unsigned int array, i.e the unsigned int variable is at 0xD000 and the array starts at 0xD000.
What could be causing this issue?
Update: I am developing for a TMS320F28335 (compiler version 6.1.4) and using code composer 5.4.0.00091.
Stephen