Skip to main content
KKIM.6
Senior
August 9, 2022
Solved

I want to write some data on the STM32WB55 microcontroller memory through the BLE. Is there any programming example for STM32CubeIDE?

  • August 9, 2022
  • 1 reply
  • 881 views

I'm developing an STM32WB55 microcontroller but I'm straggling with programming.

I want to control the microcontroller using its BLE module but there is no good programming example.

So, is there any recommendable example to write the memory of the microcontroller using BLE communication?

This topic has been closed for replies.
Best answer by Remy ISSALYS

Hello,

You can look the example BLE_RfWithFlash which show the capability to erase/write the flash while a Point-to-Point communication using BLE component is active. For more information about flash operation you can look the part 4.7 Flash memory management of AN5289.

Best Regards

1 reply

Remy ISSALYS
Remy ISSALYSBest answer
ST Technical Moderator
August 17, 2022

Hello,

You can look the example BLE_RfWithFlash which show the capability to erase/write the flash while a Point-to-Point communication using BLE component is active. For more information about flash operation you can look the part 4.7 Flash memory management of AN5289.

Best Regards