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

nRF52 FICR registers

Reading from the FICR seems to produce some results other than what I would expect. For example, reading from offset 0x10C seems to return the flash size (instead of 0x110).

J-Link>mem 0x1000010c 4 1000010C = 12 05 00 00

Reading from 0x110 returns 0xFFFFFFFF

INFO.PACKAGE and INFO.VARIANT also seem to return 0xFFFFFFFF. Is this just a 'feature' of the A0 silicon?

Parents
  • Because these registers are written by production tool, seems like there is a fault in writing to these info registers at time of production. I have created an internal ticket for this. But I am not sure what could be done to already shipped kits. We will atleast make sure that this is fixed soon and the current chips going out.

    Do you use this registers in your application? It does not stop you in your development right

  • Hi RK, The values mentioned in the manual are decimal, that is 512 = 0X200. I was told that these registers were not supposed to be exposed. This will be fixed in the next version of the manual. Those registers became obsolete and not supported and the production line did not get updated with this info, not as scary as it sounds (and hopefully no questions arise about what else is obsolete lying in there) Please do not use these registers in any context, and it does not matter for now if the manual is wrong about the addresses and/or value. It has been informed to right personnel and it will be handled, thanks for pointing us to it.

Reply
  • Hi RK, The values mentioned in the manual are decimal, that is 512 = 0X200. I was told that these registers were not supposed to be exposed. This will be fixed in the next version of the manual. Those registers became obsolete and not supported and the production line did not get updated with this info, not as scary as it sounds (and hopefully no questions arise about what else is obsolete lying in there) Please do not use these registers in any context, and it does not matter for now if the manual is wrong about the addresses and/or value. It has been informed to right personnel and it will be handled, thanks for pointing us to it.

Children
No Data
Related