Skip to main content
LeJiBXL
Visitor II
December 11, 2020
Question

With the "STM32 LoRa® Expansion Package" is it possible to set the RTC time after initialization of the Lora stack.

  • December 11, 2020
  • 1 reply
  • 608 views

I would like to be able to set the time from the LoRa network. So when I receive the time I make a HAL_RTC_SetTime with the information collected, but then my program freezes.

Do I have to stop the Lora layer, timers beforehand?

Thank you in advance for your help

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
December 11, 2020

Depends on the platform, a lot use the RTC to mark time, but TIM could be used also, ramifications relate to model and power consumption.

Expect that you're going to need to have a deeper understanding of the stack and the internal interactions/interdependencies.

I suspect it is possible, and the scope relatively constrained, but not something I've committed resources too.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..