cancel
Showing results for 
Search instead for 
Did you mean: 

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

KKIM.6
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Remy ISSALYS
ST Employee

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

View solution in original post

1 REPLY 1
Remy ISSALYS
ST Employee

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