Part Number: MCU-PLUS-SDK-AM273X
Hi champion,
My customer found if they access L3 from MSS for a non word (4 byte) aligned address, the MSS jumps to corruption.
for example:
*(uint32_t *)(0x88363660) = 1; ->no problem
*(uint32_t *)(0x88363661) = 1; -> MSS crashes
While there is no problem for non word aligned access to L2 .
*(uint32_t *)(0x102bcbcd) = 1;->no problem
May I know what is the reason?
Thanks,
Adam