aci_hal_write_config_data() usage
Hello,
I use STM32WB05KZ. Could you give me an example about how to store configuration data to NVM by aci_hal_write_config_data() function?
- When I tried to store to 0x00 (I used static randow MAC address), it returns 0 but the data is lost when the chip is rebooted;
- When I save to any other address (such as, 0x40), it always returns to 0x12.
Thanks a lot.
