This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is NRF52_PAN_xx ?

Hi! I am coding soft for nRF52xx. Having looked through the examples I've got one question. In the preprocessor defined: NRF52_PAN_24 NRF52_PAN_25 NRF52_PAN_26 NRF52_PAN_27 etc. What is NRF52_PAN_xx? Where can I read about it. Thank you.

  • PAN == Product ANomaly. ie issues in the silicon which can sometimes be worked around in code.

    You can find them under the nRF52 section in the SDK and Documentation link above. Go to the Info Center, look for nRF52 and the 'Errata' section. The numbers listed there are the PAN numbers you're seeing in the code, and the documentation should show the same workaround.

Related