Hi,
I am trying to extract the static MAC address from a 52832 using NCS.
I do not want to try to read directly DEVICEADDR[0] or 1, but use a clean function.
I tried: bt_read_static_addr() but I get a "no static address stored in controller" warning from bt_hci_core at run time.
I am using for this test the nRF52DK_nRF52832 board and NCS v1.3.2
Can you point me in the right direction?
Thanks!