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

How to find out nrf 52840 revision

Hello,
I am trying to find out my nrf 52840 chip revision.
I have tried using the NRF_FICR register but I couldn't find the revision there. I found that the variant is AAD0 but I don't see it in this table:https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52840/COMP/nrf52840/nRF52840_ic_revision_overview.html 


Can someone explain to me what does AAD0 means and how it helps me to check the chip revision?
Is there another register I should check?

thanks.

Parents Reply
  • Hi,

    Johan said:
    N52840  - line 1
    QIAAD0  - line 2
    2102UH  - line 3

     QI = Package variant code == aQFN

    AA = Function variant code == 1024(Flash) & 256 (RAM)

    Build code{

    D = Hardware revision code

    0 = Production configuration code }

    2102UH = Tracking code == Year 2021, Week 2, Wafer lot UH

    Comparing this with the combability matrix I can see that you have revision 2. 

    Johan said:
    Why isn't your docs usable with what you print on the chips? That's a needed improvement.

    See this part.

    regards

    Jared 

Children
Related