Hi, i got a question,when i use CSEc module in S32K146,when the program code access the CSE_PRAM space,it will be into exception interrupt in Debug mode.point it in the below:
#define REG_WRITE32(address, value) ((*(volatile uint32*)(address))= (value))
#define CRYPTO_PRAM_HDR_ADDR32 (0x14001000u)
REG_WRITE32(CRYPTO_PRAM_HDR_ADDR32, u32CommandHeader);

The highlighted code is shown in the figure above, mean that the command to write PRAM cause progarm into exception Interrupt.
Do you know that problem ?
Could you give me some advice or resolution?
Best Regards,
BigJulie.