The nRF52832 OPS 0.6.3 describes the CONFIGID register in FICR. This is the same as on the nRF51822.
SDK 14.1.0 does not show this register in the NRF_FICR_Type definition. Is this unintentional?
The nRF52832 OPS 0.6.3 describes the CONFIGID register in FICR. This is the same as on the nRF51822.
SDK 14.1.0 does not show this register in the NRF_FICR_Type definition. Is this unintentional?
Hi,
CONFIGID is not used on the nRF52 series. For the NRF52 you can find all the information in the FICR INFO register.
In INFO.VARIANT you can find Part Variant, Hardware version and Production configuration. RAM and flash size is found in INFO.RAM and INFO.FLASH. nRF52832 OPS 0.6.3 is deprecated, please use Product Specification v.1.4 instead.
Hi,
CONFIGID is not used on the nRF52 series. For the NRF52 you can find all the information in the FICR INFO register.
In INFO.VARIANT you can find Part Variant, Hardware version and Production configuration. RAM and flash size is found in INFO.RAM and INFO.FLASH. nRF52832 OPS 0.6.3 is deprecated, please use Product Specification v.1.4 instead.
Ah okay, I am looking at an old document. Thank you!