<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Im using nRF52832 Development Kit , I need to know the &amp;#39;TARGETID&amp;#39;, of the board ??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50106/im-using-nrf52832-development-kit-i-need-to-know-the-targetid-of-the-board</link><description>I&amp;#39;m trying to implement Serial Wire Debug to read some Data from Nordic from other Controller. Initially Need to read some registers in DP &amp;amp; AP Nordic. For that I need to know Target ID of the Chip. I have refereed the &amp;quot;nRF52832 Development Kit v1.1.x</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jul 2019 11:27:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50106/im-using-nrf52832-development-kit-i-need-to-know-the-targetid-of-the-board" /><item><title>RE: Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??</title><link>https://devzone.nordicsemi.com/thread/200018?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 11:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:510a863d-a108-419a-815b-e336880fe0c6</guid><dc:creator>Nivas Bathirappan</dc:creator><description>&lt;p&gt;Thanks for your reply.Yes I&amp;#39;m developing Programming &amp;amp; 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&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??</title><link>https://devzone.nordicsemi.com/thread/200000?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 10:43:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f340b00-7ed0-405c-bd55-48b1c9c6afc4</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;This is a very weird approach!&lt;/p&gt;
&lt;p&gt;SWD, as the name suggests,&amp;nbsp; is usually only used for programming and debugging - not for application comms!&lt;/p&gt;
&lt;p&gt;That&amp;#39;ll be why it&amp;#39;s not so well documented - because it&amp;#39;s only something that people actually developing debuggers would need to know.&lt;/p&gt;
[quote userid="81882" url="~/f/nordic-q-a/50106/im-using-nrf52832-development-kit-i-need-to-know-the-targetid-of-the-board/199999"]Even any documentation regarding SWD[/quote]
&lt;p&gt;If you have a &lt;em&gt;requirement&lt;/em&gt; to use SWD, then surely a thorough understanding of it is a pre-requisite?!&lt;/p&gt;
&lt;p&gt;It is a standard ARM interface &amp;amp; protocol - go to the ARM site for details.&lt;/p&gt;
&lt;p&gt;You might find the CMSIS-DAP code and/or documentation useful ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??</title><link>https://devzone.nordicsemi.com/thread/199999?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 10:37:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6e1802b-d79c-4cfa-a73b-4573e150d614</guid><dc:creator>Nivas Bathirappan</dc:creator><description>&lt;p&gt;Hi Awneil,&lt;/p&gt;
&lt;p&gt;I need to read some data from Nordic(TARGET) from other Controller(HOST). As a initial step I am trying to read Target ID of Nordic from my Micro controller using SWD(FYI ,My Requirement is to use only SWD). So only I&amp;#39;m not using any other communication like UART,I2C,SPI. Even any documentation regarding SWD please share the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??</title><link>https://devzone.nordicsemi.com/thread/199968?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 09:21:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9fb0bb3-8fab-4fbf-ac70-c808ef74f748</guid><dc:creator>awneil</dc:creator><description>[quote userid="81882" url="~/f/nordic-q-a/50106/im-using-nrf52832-development-kit-i-need-to-know-the-targetid-of-the-board/199966"]indentation [/quote]
&lt;p&gt;You mean, &amp;quot;&lt;em&gt;intention&lt;/em&gt;&amp;quot; ?&lt;/p&gt;
&lt;p&gt;My point is that&amp;nbsp;&lt;span&gt;a simple comms link over standard interface like UART, SPI, I2C&amp;nbsp;would not &lt;em&gt;require&lt;/em&gt; the Target ID.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But, if you use a J-Link, doesn&amp;#39;t it report the Target ID ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??</title><link>https://devzone.nordicsemi.com/thread/199966?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 09:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68a01f83-9877-43da-b10f-72ed38724a6d</guid><dc:creator>Nivas Bathirappan</dc:creator><description>&lt;p&gt;My indentation is to get Target ID of the Nordic&amp;nbsp;&amp;nbsp;&lt;span&gt;nRF52832 , Whatever may be the Communication .Target ID&amp;nbsp;remains&amp;nbsp;same correct??&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Im using nRF52832 Development Kit , I need to know the 'TARGETID', of the board ??</title><link>https://devzone.nordicsemi.com/thread/199818?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 13:36:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8a4f442-f373-4f30-b381-46ec5c0b560d</guid><dc:creator>awneil</dc:creator><description>[quote userid="81882" url="~/f/nordic-q-a/50106/im-using-nrf52832-development-kit-i-need-to-know-the-targetid-of-the-board"]I&amp;#39;m trying to implement Serial Wire Debug to read some Data from Nordic from other Controller.[/quote]
&lt;p&gt;That sounds like a rather OTT approach!&lt;/p&gt;
&lt;p&gt;Can&amp;#39;t you just&amp;nbsp;make a simple comms link over standard interface like UART, SPI, I2C ... ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>