Skip to main content
Explorer
November 26, 2023
Solved

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

  • November 26, 2023
  • 1 reply
  • 1441 views

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.

    This topic has been closed for replies.
    Best answer by MykolaLevun

    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.

    1 reply

    Graduate II
    November 26, 2023

    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.

    MykolaLevunAuthorAnswer
    Explorer
    November 28, 2023

    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.