cancel
Showing results for 
Search instead for 
Did you mean: 

I am using STM32WB55 custom board as BLE client, After connecting to server I want to store server's MAC and other data to NVM. So that I can retrieve after power cycle. Can someone please help me with this, How to write& read data from Nvm

AM.12
Associate III
 
1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can look BLE_RfWithFlash example available in STM32CubeWB package which demonstrate the capability to erase/write the flash using flash driver while a Point-to-Point communication using BLE component is active.

Best Regards