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

Full mapping of HWID to Build code

Hello,

we are trying to avoid using code that triggers hardware issue #39 in the nrf51822, which appears to be fixed in chips whose build code is Hx0.

We would like to do that programmatically reading FICR->CONFIGID, field HWID. However, we are unable to find a complete mapping of the values to the build version.

The closest I got is:

  • whitepapers nWP-18 and nWP-21 list some of them, but explicitly state that the list is incomplete (e.g. only the value for H00 is given, not for H10, H20....)
  • nRFgo Studio translates the HWID to the build number, but AFAIK I have no access to its code, so I don't know how the magic happens.

Is there a full lookup table (or better yet, a simple translation algorithm) to get the build code from the HWID and vice versa?

Thanks in advance, Matteo

Related