cancel
Showing results for 
Search instead for 
Did you mean: 

Implementation of BLE_Hid in STM32CubeWB

ELEHM
Associate II

Hello. Thanks again for all your appropriate assistance.

I would like to ask a question about the implementation details of BLE_Hid in STM32CubeWB.

> Is the data written by aci_hal_write_config_data saved in NVM area?(Is that implementation already in the sample?)

I would appreciate your response.

Best regars.

 

2 REPLIES 2
Imen.D
ST Employee

Hello @ELEHM ,

The data written by the aci_hal_write_config_data command is saved in the NVM area. This command is used to configure various parameters of the BLE stack, and the changes made by this command are stored in NVM to ensure they persist across power cycles and resets.

You can refer to these resources that may be helpful for you:

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

Hello @Imen.D 

Thanks for the reply.

I now understand how aci_hal_write_config_data works. Thanks.

So am I correct in my understanding that the aci_hal_read_config_data function, in contrast, is used to access data stored in NVM?
If so, do I need to read the data from the storage area before executing the hci_reset function?

Sorry for asking so many questions.

Best regards.