Question
STM32F030K6 stack problem
hi
i am trying to make a new project on STM32F030K6 but, after i start and pause debug, a message appears : The stack pointer for stack 'CSTACK' (currently 0x20000658) is outside the stack range (0x20000048 to 0x20000448) . and the program stuck somewhere.
if i made reset the debugger program (not a hardware reset) , this message will not appears .and the program will run (toggling an LED)
how to solve this .
iam using STM32CUBEMX HAL library , and IAR IDE
thanks in advance
