STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[STM32WB] time synchronization over BLE/radio

I have the following setup:1 STM32WB based device (A) is configured as both master and slave A is connected to up to 4 slave devices (B) I need to implement RTC synchronization over BLE, and my initial approach is following:A smartphone that's connec...

AMahm.2 by Associate
  • 497 Views
  • 1 replies
  • 2 kudos

STM32WB how to use RTC with BLE

Hello,When activating STM32_WPAN in STM32CubeIDE for STM32WB, the prescaler of RTC is forced to CFG_RTC_ASYNCH_PRESCALER (value is 15) and CFG_RTC_SYNCH_PRESCALER ( value is 0x7FFF ).I am used to configure RTC on other STM32 products with 127 and 255...

PADAM.1 by Associate III
  • 3961 Views
  • 3 replies
  • 2 kudos

Resolved! Can the RTC's calendar function be used alongside BLE?

Hey folks,I'm having issues with the RTC's calendar function while using BLE. I would like to timestamp recorded data using the calendar function of the RTC and then transmit that data over Bluetooth. However, when I enable the Bluetooth middleware i...

0693W000004KVwMQAW.png
burn_ by Associate III
  • 1173 Views
  • 5 replies
  • 0 kudos

RTC example folder Freezes at HAL_RTC_Init

I tried the RTC_Alarm example folder, at first it worked out well and I was able to view the output.But when I ran for the 2nd time without any changes in the code the execution stopped at  HAL_RTC_Init ->> (if (HAL_RTC_Init (& RtcHandle)! = HAL_OK))...

Is it possible to seperately use RTC with BLE?

Board: STM32WB55Software: RTC and BLEHello,I am trying to get a project set up on the above board. It needs BLE, USB and RTC seperately. I have the USB running with Bluetooth now thanks to a relatively recent post offering a means to fix the incompat...