Hello,
I've got an nRF52832 embedded in a module (Telit RE866). As such, I can't see the markings on the chip and have to resort to reading the FICR registers to identify the hardware revision. Here are the results:
INFO.PART = 0x52832
INFO.VARIANT = 0x41414230
INFO.PACKAGE = 0x2000
I understand that this is an nRF52832 in a QFxx package, variant AAB0. However, I'm trying to use this information to identify which errata is applicable by looking at the compatibility matrix. However, there is no obvious correlation between the information in the register and the matrix. What is the xx value in QFxx? How do I interpret the build code?