Hello,
We are using a custom board with the RT1170 MCU. we are trying to use the hello world program from SDK (v2.14) to connect to the MCU with MCUXpresso (using J-Link). we set a break point in the beginning of the ResetISR function and we observe that the stack usage (displayed in MCUXpresso) is -49784.96%.
the stack address range displayed is 0x2004f000-0x20050000.
the stack last used address displayed is 0x20241d98.
Obviously the program crashes and displays the 0xdeadbeee address error.
what can be a reason for the stack address error? is it something with the ROM on power up?
you help is much appreciated!