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.
You can read the production config, part, variant, and package numbers from FICR.
See INFO.CONFIGID, INFO.PART, INFO.VARIANT, and INFO.PACKAGE.