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.

CC2538: Fault Handler

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?