Re: STM32WB55 BLE address
Erwan Gouriou
Hi Marcio, Setting of public address based on flash registers should be done as part of controller init in hci driver. In function bt_ipm_ble_init in drivers/bluetooth/hci/ipm_stm32wb.c It should be done by sending a custom command to the controller (ACI_HAL_WRITE_CONFIG_DATA), which will provide the address that you can get by the piece of code you mentionned. This proprietary command is described in following application note: Hope it helps Erwan
On Thu, 8 Aug 2019 at 20:29, Marcio Montenegro <mtuxpe@...> wrote:
|
|