Skip to main content
Gk1
Associate
November 26, 2020
Question

In the lightning demo example its not printing on Tear Term console while debugging or in normal when reset button is pressed, Tried all possible google ans.

  • November 26, 2020
  • 3 replies
  • 982 views

..

This topic has been closed for replies.

3 replies

DEdwi.1
Visitor II
November 27, 2020

Assuming windows : Verify if the COM port you are selecting in TerraTerm is the correct one.

  • Open "Device Manager" in Windows and then look a the COM ports listed find the COM port the ST board
  • unplug/replug the ST board that you are using and then you can see the COM port that disappears and comes back
  • Verify if you need to use hardware flow control (RTS. CTS) or not with the demo

Hope that helps.

if you need more help, you need to provide more details on the example that you are using and the software that you are using.

Gk1
Gk1Author
Associate
November 27, 2020

Hi DEdwi,

for other projects like BEACON i'm getting the statements on tera term console, only to this project i'm not getting the any prints on the console.

I'm using BLENRG-2 chip, demo project of "Lightning Demo" To dump code im using "Nucleo L053R8".

Note: Tried all possible google answers. if You need any info you can ask specifically.

Thank you

DEdwi.1
Visitor II
December 14, 2020

Apologies for the delay, I did not notice the reply, if the statements are not coming out on terra term then we need to check the where the logs are being directed in the lighting demo project.

Check the code for 1, logs are enabled 2. Which UART or other interface the logs are being printed on.

I am assume you are saying that the TRACE_I interface is not logging ?