Hello,
I am getting a data abort when reading from a specific packed struct located in EEPROM Flash(using __attribute__((__packed__))), however i can't find any reason as to why this exception occurs. The value in question is a 16bit value aligned to an 8-bit boundary, however this is not illegal according to the dcoumentation for the cortex-R4.
Is there any mechanism in the TMS570ls1114 that should prevent this from working?