cancel
Showing results for 
Search instead for 
Did you mean: 

Disable UART on I_CUBE LRWAN

BSada.1
Associate

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

1 REPLY 1

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 Venmo
Up vote any posts that you find helpful, it shows what's working..