2021-10-22 01:45 AM
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
2021-10-22 02:02 AM
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