2021-02-02 10:55 PM
I have STM8L152R8 Nucleo board. I have debugged LED Blinking code on STVD.
Now I am trying to run the new example on this board. but USART example is not running on the board.
I am not getting any output on the serial terminal.
I have tried every example from the STM8L library.
please suggest me any solution
thanks and regards
Deoyani
2021-02-02 11:16 PM
> please suggest me any solution as soon as possible.
This forum is mainly driven by volunteers, who may or may not be interested in your problems.
> I am not getting any output on the serial terminal.
Get a scope and check if you can see any signals on the Tx line.
Connections can be wrong. Levels can be wrong. Baudrates can be wrong. PC terminal configuration can be wrong.
2021-02-02 11:23 PM
thanks for your answer