2023-11-26 12:11 PM
When I run the program in debugging mode, everything works (I go through the steps and the program runs). When I run the program in real time, the program does not execute. What could be the reason? I use STVD and NUCLEO-8S208RB.
Solved! Go to Solution.
2023-11-28 12:11 AM
Hello
I already figured it out, the program works. I wrote a program in Assembly language. I wrote a program for the simplest blinking of an LED. It didn't work because I didn't assemble the project correctly. I deleted the previous project, then assembled a new project and the program started working. I did not find out what the reason for the error was.
Thanks for support.
2023-11-26 01:13 PM
Or is does execute, but not the way you want.
Watch for timing dependencies, and while(1) loops.
Check that it's booting into the code you expect, not sure of STM8 boot loader or debug issues.
Show some basic project illustrating the failure, and the settings / solder bridges on your board.
2023-11-28 12:11 AM
Hello
I already figured it out, the program works. I wrote a program in Assembly language. I wrote a program for the simplest blinking of an LED. It didn't work because I didn't assemble the project correctly. I deleted the previous project, then assembled a new project and the program started working. I did not find out what the reason for the error was.
Thanks for support.