Dear Developers,
I am trying to run FreeRTOS on MPS2 plus board for CM33.
but xPortStartScheduler fails and gets stuck at SecureHandler(Lockup addr PC: 0xEFFFFFFE).
It fails when trying to start the vStartFirstTask.
below is scatter loader file content
LR_IROM1 0x00000000 0x40000000
{
ER_IROM1 0x00000000 0x00200000\n\n { \n *.o (RESET, +First)\n *(InRoot$$Sections)\n .ANY (+RO)\n .ANY (+XO)\n }\n RW_IRAM1 0x20000000 UNINIT 0x00200000\n\n {\n .ANY (+RW +ZI)\n }\n ARM_LIB_STACK (0x38200000) 0x600\n { \n *(EMPTY)\n } \n ARM_LIB_HEAP (0x38200000+0x600) 0xC00\n {\n *(EMPTY)\n }}
please help me to resolve this issue.
Thanks, |