2022-04-25 01:33 AM
I was debugging some code in STM32F4 controller.
I build and flash some code related to DMA, During the debugging process the code is getting reset.
Debug log is attached below
Tue Apr 19, 2022 10:21:53: The stack pointer for stack 'CSTACK' (currently 0x2002FFE8) is outside the stack range (0x2002FFF8 to 0x20030000)
After this when I tried with some backup copy which was working earlier, with that build also its not working.
Every code flash after this is getting reset and same debug log is coming.