Hi,
We are working on 6614 and using CCS v5.1.1, we are facing issues when we try to read an 8 byte variable whose address is not 8-byte aligned. So suppose the variable's address is 0x204 and we try to read it, it reads bytes from 0x200 to 0x207 and not from 0x204 to 0x211. Similarly, when we try to write into the variable it is written into 0x200 to 0x207.
Assuming that we are using lots of data structures and this unaligned memory issue could be at many places and so it is not possible to align each and every data structure, is there any project setting that could allow unaligned memory access.
Regards,
Saurabh