Hi,
for nRF5340 the "Build code" is a string of 3 chars
H - Hardware version code
P - Production configuration code
F - Firmware version code
https://infocenter.nordicsemi.com/index.jsp
I'm wondering if one could read it programmatically
Hi,
for nRF5340 the "Build code" is a string of 3 chars
H - Hardware version code
P - Production configuration code
F - Firmware version code
https://infocenter.nordicsemi.com/index.jsp
I'm wondering if one could read it programmatically
You can read the production config, part, variant, and package numbers from FICR.
See INFO.CONFIGID, INFO.PART, INFO.VARIANT, and INFO.PACKAGE.
Hi Haakonsh,
this is what I get
CONFIGID = 0x0112
VARIANT = 0x41414141
But how to interpret these numbers ?
Silk on top of chip looks like this

Gabriele said:CONFIGID = 0x0112
Nordic proprietary. Subject to change without notice.
Gabriele said:VARIANT = 0x41414141
https://infocenter.nordicsemi.com/topic/ps_nrf52840/ficr.html#register.INFO.VARIANT
Kenneth