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 Children
  • 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 ...

  • Thanks for your reply.Yes I'm developing Programming & Debug purpose only not any application. I have few documents took from ARM interface protocol. But my question still remains same Does Nordic have any TARGET-ID ,If So what is that??. FYI My development is likely to be a part of Debug and Flashing only.For that purpose only we are using SWD

Related