This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SoftDevice and accessing NRF_FICR data

NRF52 devices and Softdevice 132:

According to SoftDevice specification v5.1 Table 4: Peripheral protection and usage by SoftDevice
NRF_FICR data such as ->INFO.PART, DEVICEID[0/1], and INFO.VARIANT
are not available when SoftDevice is enabled; and surprisingly when SoftDevice is disabled.
How can one then read the above information registers with SoftDevice  on or off?

Related