<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC MicrocontrollersのトピックMissing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581739#M20526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fzfq3m on Thu Feb 13 18:45:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi guys&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I own two LPC Link 2 board and was trying to use one as debug adapter and the other as demo/target board, for two moths I've been trying to use either Openocd or Crossworks to connect in JTAG mode (CMSIS-DAP) both no luck so far... with Openocd it was a pain, the board sometimes refuses to connect and when it does then I'm unable to halt the processor, flash or just get info about the flash device... with rowley crossworks it always throws the error "Cannot set Debug Register"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Today while doing some test with help of rowley's support guys and I was able to detect that one of my board was having issues while being used as target board... to clarify:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using one LPC Link 2 as debug probe (let's call it DP board) and my second board as target (let's call it TD board); I've soldered a header on DP board (J6) and put a mark on TD board (painted NXP logo in blue) just to know which one is my debug probe and which one is my target... as per documentation available in the web I've been connecting the 10-pos IDC Ribbon Cable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from J7 on the DP board to J2 on the TD board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My first try was to use Openocd with J-Link firmware but got some errors so I switched to CMSIS-DAP, I needed to compile a patched version of openocd (from it's gerrit code review server) because CMSIS-DAP support is still being tested... I got it working to some extent but to be honest I was fighting not only with the board but also with my lack of knowledge... I was never able to fully halt the processor (M0 was always refusing to halt) but sometimes I was able to even flash a blinky demo firmware to the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since openocd gave me too many issues I tried Rowley Crossworks, but it only allowed me to connect using CMSIS-DAP in SWD mode... until for some reason I decided to try using an Olimex ARM-USB-OCD-H adapter with its AR-JATG 20-10 adapter... on both boards, and bingo! one of the board worked as expected!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be sure I've downloaded LPCXpresso IDE and tried both boards confirming that one of them has issues! a JTAG TAP is missing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please see the output of Openocd while using both board as target demo and olimex debug probe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one that works (all three TAP found)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open On-Chip Debugger 0.8.0-dev-00350-g6c74255 (2014-02-12-09:37)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Licensed under GNU GPL v2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For bug reports, read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.sourceforge.net%2Fdoc%2Fdoxygen%2Fbugs.html"&gt;http://openocd.sourceforge.net/doc/doxygen/bugs.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : only one transport option; autoselect 'jtag'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adapter speed: 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cortex_m reset_config vectreset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : clock speed 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0sub tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0app tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : lpc4370.m4: hardware has 6 breakpoints, 4 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : lpc4370.m0sub: hardware has 2 breakpoints, 1 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : lpc4370.m0app: hardware has 2 breakpoints, 1 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one that doesn't work (one M0 TAP missing)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open On-Chip Debugger 0.8.0-dev-00350-g6c74255 (2014-02-12-09:37)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Licensed under GNU GPL v2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For bug reports, read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.sourceforge.net%2Fdoc%2Fdoxygen%2Fbugs.html"&gt;http://openocd.sourceforge.net/doc/doxygen/bugs.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : only one transport option; autoselect 'jtag'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adapter speed: 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cortex_m reset_config vectreset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : clock speed 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0sub tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0app tap/device found: 0xffffffff (mfg: 0x7ff, part: 0xffff, ver: 0xf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warn : JTAG tap: lpc4370.m0app&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNEXPECTED: 0xffffffff (mfg: 0x7ff, part: 0xffff, ver: 0xf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: JTAG tap: lpc4370.m0app&amp;nbsp; expected 1 of 1: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Trying to use configured scan chain anyway...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: lpc4370.m0app: IR capture error; saw 0x0f not 0x01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warn : Bypassing JTAG setup events due to errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warn : Invalid ACK 0x4 in JTAG-DP transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also attached two images but this time using LPCXpresso, you can see that in one image only two TAP are reported&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm not sure if the board came with this issue or if I the TAP interface was damaged/disabled while pplaying with openocd, but at this point I'm wondering if is there a way to save the board or if is lost&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance and sorry for the long post!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:08:41 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:08:41Z</dc:date>
    <item>
      <title>Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581739#M20526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fzfq3m on Thu Feb 13 18:45:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi guys&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I own two LPC Link 2 board and was trying to use one as debug adapter and the other as demo/target board, for two moths I've been trying to use either Openocd or Crossworks to connect in JTAG mode (CMSIS-DAP) both no luck so far... with Openocd it was a pain, the board sometimes refuses to connect and when it does then I'm unable to halt the processor, flash or just get info about the flash device... with rowley crossworks it always throws the error "Cannot set Debug Register"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Today while doing some test with help of rowley's support guys and I was able to detect that one of my board was having issues while being used as target board... to clarify:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using one LPC Link 2 as debug probe (let's call it DP board) and my second board as target (let's call it TD board); I've soldered a header on DP board (J6) and put a mark on TD board (painted NXP logo in blue) just to know which one is my debug probe and which one is my target... as per documentation available in the web I've been connecting the 10-pos IDC Ribbon Cable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from J7 on the DP board to J2 on the TD board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My first try was to use Openocd with J-Link firmware but got some errors so I switched to CMSIS-DAP, I needed to compile a patched version of openocd (from it's gerrit code review server) because CMSIS-DAP support is still being tested... I got it working to some extent but to be honest I was fighting not only with the board but also with my lack of knowledge... I was never able to fully halt the processor (M0 was always refusing to halt) but sometimes I was able to even flash a blinky demo firmware to the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since openocd gave me too many issues I tried Rowley Crossworks, but it only allowed me to connect using CMSIS-DAP in SWD mode... until for some reason I decided to try using an Olimex ARM-USB-OCD-H adapter with its AR-JATG 20-10 adapter... on both boards, and bingo! one of the board worked as expected!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to be sure I've downloaded LPCXpresso IDE and tried both boards confirming that one of them has issues! a JTAG TAP is missing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please see the output of Openocd while using both board as target demo and olimex debug probe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one that works (all three TAP found)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open On-Chip Debugger 0.8.0-dev-00350-g6c74255 (2014-02-12-09:37)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Licensed under GNU GPL v2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For bug reports, read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.sourceforge.net%2Fdoc%2Fdoxygen%2Fbugs.html"&gt;http://openocd.sourceforge.net/doc/doxygen/bugs.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : only one transport option; autoselect 'jtag'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adapter speed: 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cortex_m reset_config vectreset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : clock speed 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0sub tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0app tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : lpc4370.m4: hardware has 6 breakpoints, 4 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : lpc4370.m0sub: hardware has 2 breakpoints, 1 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : lpc4370.m0app: hardware has 2 breakpoints, 1 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The one that doesn't work (one M0 TAP missing)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open On-Chip Debugger 0.8.0-dev-00350-g6c74255 (2014-02-12-09:37)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Licensed under GNU GPL v2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For bug reports, read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.sourceforge.net%2Fdoc%2Fdoxygen%2Fbugs.html"&gt;http://openocd.sourceforge.net/doc/doxygen/bugs.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : only one transport option; autoselect 'jtag'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;adapter speed: 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cortex_m reset_config vectreset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : clock speed 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m4 tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0sub tap/device found: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Info : JTAG tap: lpc4370.m0app tap/device found: 0xffffffff (mfg: 0x7ff, part: 0xffff, ver: 0xf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warn : JTAG tap: lpc4370.m0app&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNEXPECTED: 0xffffffff (mfg: 0x7ff, part: 0xffff, ver: 0xf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: JTAG tap: lpc4370.m0app&amp;nbsp; expected 1 of 1: 0x0ba01477 (mfg: 0x23b, part: 0xba01, ver: 0x0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Trying to use configured scan chain anyway...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: lpc4370.m0app: IR capture error; saw 0x0f not 0x01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warn : Bypassing JTAG setup events due to errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Warn : Invalid ACK 0x4 in JTAG-DP transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also attached two images but this time using LPCXpresso, you can see that in one image only two TAP are reported&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm not sure if the board came with this issue or if I the TAP interface was damaged/disabled while pplaying with openocd, but at this point I'm wondering if is there a way to save the board or if is lost&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance and sorry for the long post!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581739#M20526</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581740#M20527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Feb 14 00:46:36 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like one of your cores is a 4370 (tri-core) and one is a 4350 (dual-core). You cannot make a dual-core into a tri-core....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the markings on the LPC device on the LPC-Link2. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not certain, but I think that LPC-Link2 has been built with both LPC4370 and LPC4350.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581740#M20527</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581741#M20528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fzfq3m on Fri Feb 14 03:46:06 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well as far I can tell both mcu are LPC4370FET100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both have following markings on mcu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC4370FET100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SYTK8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9SD12500CY&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an on the back of the board I can read "Link 2-V3" on bottom copper layer so PCB are same I guess&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581741#M20528</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581742#M20529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Fri Feb 14 06:15:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not the first with this problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Fheader-lpc4350-two-m0s" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/header-lpc4350-two-m0s&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't let the title mislead you, it is about the LPC4370.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(BTW, the LPC4370 on my two LPC-Link2 are both triple-core, I just checked to make sure I'm not affected).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581742#M20529</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581743#M20530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fzfq3m on Sat Feb 15 05:33:50 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the link&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't find any info about disabled specific TAP interface on LPC4370 datasheet or cortex-m4 manual, so it is safe to assume that this is a silicon or marking error? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581743#M20530</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581744#M20531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fzfq3m on Fri Feb 21 09:41:29 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll correct myself&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that the TAP port IS disabled... on page 129 of UM10503 we can see info about CREG5 control register (address 0x40043118) were is possible to temporarily disable any of the available TAP interfaces by writing 1 to their respective control bit (bit 10 for M0SUBTAPSEL, bit 11 for M4TAPSEL and bit 12 for M0APPTAPSEL)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having a look at that register in my boards reveals that effectively the TAP interface for M0SUB in one of my board is disabled:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on the bad LPC4370 the CREG5 control register is set to 40000670 (10000000000000000000&lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;SPAN&gt;1001110000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while on the good LPC4370&amp;nbsp; the CREG5 control register is set to 40000270 (10000000000000000000&lt;/SPAN&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;SPAN&gt;1001110000)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see bit 10 on the bad lpc4370 is set to 1 which is why is disabled, the weird thing is that according to UM10503 this bits should be 0 after reset or power on but bit 10 is always set to 1. I even tried wrinting 0x40001E70 to that register (to disable all TAP intefaces) and after power cycling the board the CREG5 control register is set to 40000670 again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now apparently JTAG will be disabled by default when the AES Keys are programmed... so I need to do more research&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any comment will be appreciated &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581744#M20531</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581745#M20532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JohnR on Thu Mar 06 12:31:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there ay resolution to the question whether the LPC4370FET100 chip has two M0 processors?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my application, I would like to use one M0 for data acquisition from an ADC, the M4 for data processing and the second M0 to drive a QVGA + touchscreen display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JohnR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581745#M20532</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581746#M20533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxpecosystem on Thu Mar 06 22:42:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We'd like to take a look at your suspect LPC-Link2. I will contact you directly about how to return it to us.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581746#M20533</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581747#M20534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fzfq3m on Fri Mar 07 06:10:54 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: JohnR&lt;/STRONG&gt;&lt;BR /&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Is there ay resolution to the question whether the LPC4370FET100 chip has two M0 processors?&lt;BR /&gt;&lt;BR /&gt;In my application, I would like to use one M0 for data acquisition from an ADC, the M4 for data processing and the second M0 to drive a QVGA + touchscreen display.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help,&lt;BR /&gt;&lt;BR /&gt;JohnR&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, according to datasheet and user manual (UM10503) all LPC4370 are tripple core (1xM4 plus 2xM0), you can see in one of the attached images that there are three devices in the jtag chain (devices 1 and 2 are M0Sub and M0App respectively)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I'm just having trouble with one of my board, the other board is working fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581747#M20534</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing JTAG TAP interface on one of my two LPC Link 2 boards! (Long Post)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581748#M20535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;I encountered the same problem, BUT I found things below very interesting. Look at OTP BANK0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 18px; line-height: 24px; white-space: pre;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;lpcscrypt.exe queryOTPMem&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045000 200000e0 00724f66 143905b3 00408187&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045010 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045020 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045030 20000080 00400000 00000000 00408000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045040 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045050 83d9a706 9ec0e9d3 52ed8912 d44f2a3e&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045060 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0x40045070 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;lpcscrypt.exe querypartdetailed&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;partID = 0x200000e0 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;decode = LPC43S70: - No Internal Flash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;Core Clock = 180000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;Decoding: b100000000000000000000011100000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;0:1 b00 USB0 USB2.0 HS&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;2:3 b00 USB1 USB2.0 HS (extern ULP)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;4:6 b110 AES Capable&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;7 b1 CAN0 Disabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;8 b0 ETH Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;9 b0 LCD Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;10 b0 TURBO Capable&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;11 b0 M0sub Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;12 b0 M0app Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;13 b0 CAN1 Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;14 b0 SRAM_DATA 72KB at 0x10080000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;15:16 b0 SRAM_CODE 128KB at 0x10000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;17 b0 SRAM_USB 32KB at 0x20000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;18 b0 SRAM_ETB 16KB at 0x2000c000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;19 b0 SRAM_ETH 16KB at 0x20008000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;20:26 Reserved&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;27 b0 EZH Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;28 b0 SGPIO Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;29 b1 M0sub_JTAG Disabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;30 b0 M0app_JTAG Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;31 b0 VADC Enabled&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 02:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Missing-JTAG-TAP-interface-on-one-of-my-two-LPC-Link-2-boards/m-p/581748#M20535</guid>
      <dc:creator>zhengyangqu</dc:creator>
      <dc:date>2018-07-16T02:22:22Z</dc:date>
    </item>
  </channel>
</rss>

