Part Number: CC2538
I'm trying to create a port FreeRTOS for my hardware (containing the CC2538).
To get it compiled I needed to change the RAM_RENTENTION_SIZE from default (0x4000) into 0xD000. I'm using Code Composer Studio.
However, when I try to to load the program, a reset occures and the program is stuck at the FaultISR.
Does someone has experienced a similar problem?