This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM44L520: Data Abort after setting

Part Number: RM44L520
Other Parts Discussed in Thread: HALCOGEN

At the moment I have a FreeRTOS task that has been causing data aborts. I tracked down the source of the data abort to the following line:

config_reg->CONFIG_LOGICPDPWRCTRL0 = pmmREG->LOGICPDPWRCTRL0;

I am able to read this register in the memory explorer and the struct it is attempting to save it to is found in the correct auto-generated HAL file. I have disabled the MPU in Halcogen and elevated the task to Privileged mode but the issue persists. I have also attempted to increase the stack size of that task which also didn't work. Any help would be appreciated.