Part Number: AM263P4
Tool/software:
When trying to run our safeRTOS demo on the board. Despite compiling and linking without issue, the program never seems to reach main. It is seemingly stuck in the function (which I believe is part of the SDK) sprintf. I expect the vector table to be at address 0x00000000 however that is not what I see when going through the memory browser on the IDE.
My initial thoughts are that something is corrupted. Optimization is off and I have trampoline turned off in the linker settings as well.
The map file shows:
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 00000040 00000040 r-x
00000000 00000000 00000040 00000040 r-x .safeRTOSrstvectors
I have tried a hardware reset before flashing but still no luck.
