diff options
author | Tomas Vanek <vanekt@fbl.cz> | 2019-01-13 09:31:03 +0100 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2019-11-26 07:19:43 +0000 |
commit | 5da746fa09dc1fbc28b4b4431035f5058a7e76a2 (patch) | |
tree | 7fe0ea6800d922a0a450eb83633ff65388041904 /doc | |
parent | 006d8e5444a67c8f569dcbd30add975d46635e38 (diff) |
flash/nor/nrf5: detect newer devices without HWID table
nrf5 flash driver detected devices by looking up the HWID in the table
of known devices. Unfortunately chips are produced with many different
HWIDs for each type.
All nRF52 devices have FICR INFO field suitable for device identification
without need of HWID lookup.
Some newer nRF51 devices have FICR INFO too although undocumented.
Use this information to identify the device.
nrf5_info() is reworked to show just concise info.
Decoding FICR and UICR registers was moved from nrf5_info()
to a new command 'nrf5 info' without functional changes.
The flash bank for UICR page has the same size as program flash sector.
Change-Id: I900095b9ae23ee995f8e2bef8539b75d00300da5
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/4848
Tested-by: jenkins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 440f4345..af1684d0 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6363,6 +6363,10 @@ works only for chips that do not have factory pre-programmed region 0 code. @end deffn +@deffn Command {nrf5 info} +Decodes and shows informations from FICR and UICR registers. +@end deffn + @end deffn @deffn {Flash Driver} ocl |