Skip to main content
AM.12
Associate III
January 28, 2023
Question

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

  • January 28, 2023
  • 1 reply
  • 648 views

..

This topic has been closed for replies.

1 reply

Remy ISSALYS
ST Technical Moderator
January 30, 2023

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