Tool/software: Code Composer Studio
Hello,
I am trying to test the ESM error signals by triggering errors on the DMA data bus (for instance write on the flash memory which is read only). However, while the DMA BERR status flag is raised for the faulty channel, I don't see the ESM group 1 channel 20 (DMA bus error) raised in ESMSR1 register.
I get the same behavior when trying to write to a memory area set as read only in the DMA MPU, or when trying to read from a write only memory: the DMAMPST1 register is updated flagging the region where the error occurred, but I don't see the ESM group 1 channel 2 signal raised in ESMSR1.
Am I missing something? Is there something to configure to route the DMA bus s_err signal to ESM?
Thanks in advance for your help.
Mathieu