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

Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??

I'm trying to implement Serial Wire Debug to read some Data from Nordic from other Controller. Initially Need to read some registers in DP & AP Nordic. For that I need to know Target ID of the Chip. I have refereed the "nRF52832 Development Kit v1.1.x User Guide", still I cant able to find the target ID. Can you please provide me how to identify the Target ID of the Chip??

Parents Reply
  • This is a very weird approach!

    SWD, as the name suggests,  is usually only used for programming and debugging - not for application comms!

    That'll be why it's not so well documented - because it's only something that people actually developing debuggers would need to know.

    Even any documentation regarding SWD

    If you have a requirement to use SWD, then surely a thorough understanding of it is a pre-requisite?!

    It is a standard ARM interface & protocol - go to the ARM site for details.

    You might find the CMSIS-DAP code and/or documentation useful ...

Children
Related