I am using stm32f103ze with jlink plus debug probe and stm32CubeIde
1.When I generate the necessary code for my controller and press the RUN button in STM32CubeIde , the program is loaded to flash but does not start running(for example led does not start blinking) But when I power down the controller and power on again the program starts executing(led starts blinking)
- When after programming the program does not start executing , and I press the program button again, The program starts executing
My Question is why is this behavior when the behavior should be identical each time I press the RUN button Is it necessary to power down the controller.can we not get the program executing just after flashing it ?