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.