Skip to main content
BBI Louw
Visitor II
April 12, 2023
Question

I am using a NUCLEO-WL55JC1 and the LoRaWAN_End_Node example. I want to add USART1 to the example, so that I can forward the UART data over LoRa. The problem is that the interrupts for USART1 never trigger if the LoRaWAN process is also running.

  • April 12, 2023
  • 1 reply
  • 1040 views

If I comment out "MX_LoRaWAN_Process();" in main, then the USART1 interrupts trigger as they normally would. Could anyone offer some advice of how to add USART1 to the example?

Kind regards

1 reply

Visitor II
September 9, 2024

Sorry for the question but have you correct your problem because I have the same