Hello, I am working on the BMD-300 Series Evaluation Kit with nrf52832 microcontroller and I tried accessing the serial number of my nrf52832, with these functions:
m_device_id1 = NRF_FICR->DEVICEID[0];
m_device_id2 = NRF_FICR->DEVICEID[1];
the probleme is m_device_id1m_device_id2 is different from the serial number printed on the microcontroller.
Are the device_id and serial number not the same thing and if they aren't wich one is a unique number that I can use in my code.
Thank you.