Is it possible to get the Build Type from the Factory information configuration registers (FICR)?
From https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52832/COMP/nrf52832/ic_revision_overview.html there's a nice overview with revisions, for example QFAA and build type Bx0 with x any digit. It's not so hard to retrieve the hardware information from the FICR registers, for example:
Nordic hardware version: 52832 Board variant: AAB0 Board package: QFxx - 48-pin QFN
However, in the documentation (in this case the errata documents) often something like QFAA-B00 is specified. I can compose package and variant as QFAA-B0, but where does the second 0 come from?