-
Respected all, I have trying to use the STM32 L073 based Firmware for Periodic Lpp Uplink and although i am getting Join Requests and Join Accepts I am not getting any uplink data. So I tried to insert printf commands and include stdio.h file in the headers, but i am not getting any output on the console. Can please somebody help me with the Baud rate and the communication. I am currently using a Nucleo F303RE to program the .bin file to my Hardware. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
By default this project sets up the UART parameters with 921600 bits/s 8N1. In the future it would be nice if you could post this kind of questions on the project Discussions tab. It is a better place to engage discussions and then we can agree if it is an issue or not. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much @mluis1. I'll keep in mind to post it in the discussions tab next time. |
Beta Was this translation helpful? Give feedback.
Thank you so much @mluis1. I'll keep in mind to post it in the discussions tab next time.