cancel
Showing results for 
Search instead for 
Did you mean: 

The program is not executed in real time NUCLEO-8s208RB

MykolaLevun
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.