Skip to main content
BSada.1
Visitor II
October 22, 2021
Question

Disable UART on I_CUBE LRWAN

  • October 22, 2021
  • 1 reply
  • 579 views

I have a custom board running the i cube lrwan (class A). I m going to deploy it in the field, so I dont want any messages coming on the UART. Is there a way to disable it ?

When I add too many print statements for debugging, the LoRa Initialisations seems to freeze and hang up.

Thanks

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
October 22, 2021

With the I-CUBE-LRWAN software you have complete control of the software loaded into the device, the messages it enables, the interfaces it uses.

Typically if you want it to be silent you'd remove the messaging code, pin/peripheral initialization etc. This can be a complete removal, or more subtle, where the pins are just on configured for output, and you can have some flagging or method to allow for or control the messages for debugging/diagnostics etc.

Work with the SW engineers assigned to the project.

https://www.st.com/en/embedded-software/i-cube-lrwan.html

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