Some nRF51 modules are sold with metal covers preventing visual access to the chip and date code. Is it possible to identify the revision of a nRF51822 through the Cortex-M0 SCB->CPUID register or other means?
Some nRF51 modules are sold with metal covers preventing visual access to the chip and date code. Is it possible to identify the revision of a nRF51822 through the Cortex-M0 SCB->CPUID register or other means?
Hi Jeff, You should read the HWID in the CONFIGID in FICR on the chip as described in Chapter 7 in the nRF51 Reference Manual.
Then you can match your chip HWID with the chip revision as in compatibility matrix table here.
Our nRF51822 IC contains
NRF_FICR->CONFIGID - 0xFFFF0084
HWID - 0x84
The HWID 0x84 is not in the compatibility matrix. Are all HWID values in the compatibility matrix?
Our nRF51822 IC contains
NRF_FICR->CONFIGID - 0xFFFF0084
HWID - 0x84
The HWID 0x84 is not in the compatibility matrix. Are all HWID values in the compatibility matrix?