STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Regarding RTC update in I-CUBE-LRWAN project

Greetings,I am working on the LoRaWAN Project and facing issues in updating RTC from a server/UART in LoRaWAN library.My code is getting stuck while updating RTC, I am recieving time and from UART through user input.RTC_TimeTypeDef set_time;RTC_DateT...

DSehg.1 by Associate
  • 291 Views
  • 0 replies
  • 0 kudos

Hi, I'm trying to transmit information between two NucleoWL55JC1 boards using LoRa modulation, i.e only the SUBGHZ_PHY layer. I want to set up the peripherals and middleware with CubeMX and use the HAL SUBGHZ functions in the code section.

Unluckily, I haven't found indications as to which of this functions to use for a basic transmit/receive application. In the HAL documentation and inside the stm32wlxx_hal_subghz.c file the functions are described independently but there is no cont...

JPablo1 by Associate II
  • 434 Views
  • 0 replies
  • 0 kudos

Resolved! RTC current time in milliseconds (display in 6 byte hex)

Hello,I am using an STM32WB55 and am trying to figure out how to get the current time including milliseconds using an RTC and display that time in 6 byte hex format. I would most likely call the GetTime() based of a millisecond timer if that is the ...

kcire L. by Associate III
  • 2457 Views
  • 2 replies
  • 3 kudos

Resolved! Bugs in the stm32wlxx_hal_rtc.c file.

In my opinion there are two bugs HAL_RTC_SetTime(..) (p. 776) and HAL_RTC_GetTime(..) (p. 881)./* Check Binary mode ((32-bit free-running counter) */if (READ_BIT(RTC->ICSR, RTC_ICSR_BIN) != RTC_BINARY_ONLY)should be RTC_BINARY_ONLY instead of RTC_BIN...

ANalb.1 by Associate
  • 502 Views
  • 3 replies
  • 0 kudos

Resolved! STM32WL RTC HANGS!

Hi Team,I'm facing some trap in the STM32WLE5 device during RTC init, some time RTC initialization works, some time it hangs in generated function "HAL_RTC_MspInit()" during HAL_NVIC_EnableIRQ(RTC_Alarm_IRQn). if any one faced this issue kindly let m...

Resolved! RTC Accuracy issue

Hello, we are working on new release of STM32WL "STM32Cube_FW_WL_V1.3.0". release which has introduced changes in RTC driver which we believe is fixed for the issue (RTC loosing time issue STMicroelectronics/STM32CubeH7#24 )But, after running RTC ove...

PG26 by Associate II
  • 642 Views
  • 4 replies
  • 0 kudos