<?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>LPCXpresso IDEのトピックRe: LPC11U23 : problem setting TMS_PIO0_12</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552167#M12201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ianleslie on Thu Oct 18 01:45:15 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Dino&lt;/STRONG&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I made other tests. I removed all the breakpoints and the program works without problems. I set again the brakpoints and when the program stops sometimes&amp;nbsp; I have the same problems. I also made a release and at the moment it seems works correctly.&lt;BR /&gt;I'm using the library semihost to using the assert(x).&lt;BR /&gt; &lt;BR /&gt;Any idea ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I seem to be having similar problems on a LPC11A14.&amp;nbsp; I have TMS_PIO0_7 set up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as an output, works fine until I use the debugger which sometimes takes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the pin low on a breakpoint.&amp;nbsp; The TMS_PIO0_7 pin is only connected to the device being&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;controlled, so I assume the serial line debugger function on-chip somehow thinks TMS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is fair game. (Had I known I would have used a different pin for this control signal.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:09:06 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:09:06Z</dc:date>
    <item>
      <title>LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552158#M12192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dino on Wed Aug 29 02:01:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this very strange problem . If I try to configure the port PO0_12 as an output port setting the register &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;TMS_PIO0_12 &amp;amp;= ~0x07;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;TMS_PIO0_12 |= 0x01; /* PIO 0_12 */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;during the run time the program stops to work and a message appear :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No souce available for ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;View Disassembly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I remove only these 2 lines the program works without problem .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552158#M12192</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552159#M12193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Wed Aug 29 02:22:08 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Is SYSAHBCLKCTRL enabled for GPIO?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Pin PIO0_12 is TMS (Test Mode Select) for the JTAG connector by default. Did you set the function of GPIO0_12 to GPIO? Assuming you don't use the JTAG interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552159#M12193</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552160#M12194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dino on Wed Aug 29 06:17:19 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Serge&lt;/STRONG&gt;&lt;BR /&gt;a) Is SYSAHBCLKCTRL enabled for GPIO?&lt;BR /&gt;b) Pin PIO0_12 is TMS (Test Mode Select) for the JTAG connector by default. Did you set the function of GPIO0_12 to GPIO? Assuming you don't use the JTAG interface.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Yes :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][/B][LEFT][SIZE=2][B]GPIOInit[/B]( [/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2] )[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LEFT][SIZE=2]{[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* Enable AHB clock to the GPIO domain. */[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#3f7f5f]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][SIZE=2]LPC_SYSCON-&amp;gt;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][LEFT][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SYSAHBCLKCTRL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (1&amp;lt;&amp;lt;6);[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LEFT][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* Enable AHB clock to the FlexInt, GroupedInt domain. */[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#3f7f5f]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][SIZE=2]LPC_SYSCON-&amp;gt;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][LEFT][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SYSAHBCLKCTRL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= ((1&amp;lt;&amp;lt;19) | (1&amp;lt;&amp;lt;23) | (1&amp;lt;&amp;lt;24));[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LEFT][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]return[/COLOR][/SIZE][/COLOR][/SIZE][/B][SIZE=2];[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]}[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]I'm using the lpc-link board connected to our board with [/SIZE][/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LEFT][SIZE=2]VIO_3V3x ( J4 - 1 )[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]SWDIO ( J4 - 3 )[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]SWCLK ( J4 - 5 )[/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]GND (J4 - 15 )[/SIZE][/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LEFT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552160#M12194</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552161#M12195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Thu Aug 30 01:11:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok the GPIO clock is enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now did you change the pinfunction because by default GPIO0_12 is NOT a gpio pin but the JTAG TMS function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bits 0 to 2 of the TMS_PIO0_12 (User manual 10462 7.4.1.13) register should be set to 0x1. The reset value is 0x0 (TMS function)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552161#M12195</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552162#M12196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Aug 30 01:35:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Isn't that his problem of #1 :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Dino&lt;/STRONG&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I have this very strange problem . If I try to configure the port PO0_12 as an output port setting the register &lt;BR /&gt;LPC_IOCON-&amp;gt;TMS_PIO0_12 &amp;amp;= ~0x07;&lt;BR /&gt;LPC_IOCON-&amp;gt;TMS_PIO0_12 |= 0x01; /* PIO 0_12 */&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552162#M12196</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552163#M12197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Thu Aug 30 06:32:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like i am a noob. I think i'll just keep quiet in the future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552163#M12197</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552164#M12198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Aug 30 07:55:57 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;@ Serge: Looks like an overseen line, no reason to worry about :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@ Dino: I can't test your problem, because I've no U23 :mad:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Serge mentioned already, it's important to set your IOCON register :rolleyes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you enable IOCON clock in SYSAHBCLKCTRL (bit 16) ? Unfortunately it's Reset value is 0&amp;nbsp; :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: I would recommend to add J4-11 = Reset to your SWD connection.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552164#M12198</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552165#M12199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dino on Fri Aug 31 01:50:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I made some more tests and I found that writing in the eeprom generates the problem. I read the&amp;nbsp; AN11073 and made the same functions but sometime the program stop to works when writing data to eeprom. I'm using only the first 16 bytes &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the function&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void writeEEPROM(uint8_t * eeAddress, uint8_t * buffAddressWrite, uint32_t byteCount) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; unsigned int command[5], result[4];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; command[0] = 61;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; command[1] = (uint32_t) eeAddress;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; command[2] = (uint32_t) buffAddressWrite;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; command[3] = byteCount;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; command[4] = SystemCoreClock / 1000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; /* Invoke IAP call...*/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; iap_entry(command, result);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; if (0 != result[0]) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; //Trap error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; while (1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; return;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is an example of the data &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;command[0] 61 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;command[1] 0 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;command[2] 0x10000040 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;command[3] 4 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;command[4] 48000&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552165#M12199</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552166#M12200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Dino on Fri Aug 31 07:48:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I made other tests. I removed all the breakpoints and the program works without problems. I set again the brakpoints and when the program stops sometimes&amp;nbsp; I have the same problems. I also made a release and at the moment it seems works correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the library semihost to using the assert(x).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552166#M12200</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552167#M12201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ianleslie on Thu Oct 18 01:45:15 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Dino&lt;/STRONG&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I made other tests. I removed all the breakpoints and the program works without problems. I set again the brakpoints and when the program stops sometimes&amp;nbsp; I have the same problems. I also made a release and at the moment it seems works correctly.&lt;BR /&gt;I'm using the library semihost to using the assert(x).&lt;BR /&gt; &lt;BR /&gt;Any idea ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I seem to be having similar problems on a LPC11A14.&amp;nbsp; I have TMS_PIO0_7 set up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as an output, works fine until I use the debugger which sometimes takes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the pin low on a breakpoint.&amp;nbsp; The TMS_PIO0_7 pin is only connected to the device being&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;controlled, so I assume the serial line debugger function on-chip somehow thinks TMS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is fair game. (Had I known I would have used a different pin for this control signal.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552167#M12201</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U23 : problem setting TMS_PIO0_12</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552168#M12202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tha on Thu Oct 18 16:06:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you disable the interrupts before making the EEPROM call?&amp;nbsp; The EEPROM calls are part of the IAP commands and the interrupts need to be disable before making these calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Dino&lt;/STRONG&gt;&lt;BR /&gt;I made some more tests and I found that writing in the eeprom generates the problem. I read the&amp;nbsp; AN11073 and made the same functions but sometime the program stop to works when writing data to eeprom. I'm using only the first 16 bytes &lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11U23-problem-setting-TMS-PIO0-12/m-p/552168#M12202</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:09:06Z</dc:date>
    </item>
  </channel>
</rss>

