Other Parts Discussed in Thread: CCSTUDIO
Hello support,
we are using a Vector AUTOSAR implementation on MCU3_0 and get a Data Abort reset when initialize the CAN message RAM of MCAN0.
Based on our actual analysation this it not related to the Os memory protection configuration (so we can not get in contact with Vector) but a MMU dedicated error reaction.
Actualy we are not calling CSL_armR5MPUCfg or __mpu_init in the startup code of the MCU3_0
So I have got some questions:
1. Is access to CAN message RAM (0x02701000) prohibited to MCU3_0 by default?
2. If yes, how can we provide the access? Would this be via adaption of gCslR5MpuCfg?
3. In which register is the access to the RAM stored?
Enviroment:
Development board: J721-EVM
Debugger: XDS110
Debug IDE: CCStudio
Core: MCU3_0
SDK: PSDK8.02