stm32duino / STM32LoRaWAN

Arduino library to support LoRaWAN communication using the STM32WL series.
https://stm32duino.github.io/STM32LoRaWAN/
Other
37 stars 7 forks source link

Basic Example Does not work with LoRaE5 mini (STM32WLE5JC) #24

Closed bkrajendra closed 1 year ago

bkrajendra commented 1 year ago

I am trying the Basic example. Using the board: LoRaE5 mini (STM32WLE5JC) getting the following error in the console:

Start
Error: d:\Arduino\libraries\STM32LoRaWAN\src\BSP\rtc.c (56)

Arduino Stm32 Core version: 2.6.0

fpistm commented 1 year ago

Hi @bkrajendra I've tested my LoRaE5 mini with STM32 core version 2.6.0 and it works as expected. Your error told that the RTC can't init but don't know why. Hardware issue with the LSE of your board? Unfortunately, I will not be able to help more.