Hi,
I'm trying to protect a program residing in the DDR3, the program starts at add. 0x80000000 length 0x8000000, I configured the XMC XMPAX to
xmpaxh = 0x8000001A (BADDR = 0x80000, SEGSZ = 0x1A (128MB))
xmpaxl = 0x0800002D (RADDR = 0x080000, PERM - 0x2D - SR, SX, UR, UX = 1, SW, UW = 0),
- I'm getting issues with accessing the DDR memory after this setting, what is wrong with the configuration?
- Going from DDR3 32b to 36b should it be the same 0x80000000?
- I assume I should get the MDMAERREVT event In case of writing to the code section?
Thanks,
HR