<?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中的主题 Re: Need better SCT examples</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563325#M16645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Wed Aug 14 12:28:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are looking into the possibility of having Red State remove the unused registers.&amp;nbsp; I do not have a timeline if/when this could be done.&amp;nbsp; For now, it is better to have this code included, and then the user can decide if it can be removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We will include a "CALL" explanation in the next revision of the SCT document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree that a concise listing of the registers should be included.&amp;nbsp; In order to get the SCT Cookbook and Tutorial online, this information was skipped in version 1, but it will be included in the next revision.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot commit to having the user manual updated, but I will review your suggestions and see what can be done to make improvements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We really appreciate suggestions for improvement to the LPC800 SCT Cookbook and Tutorial.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:06:05 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:06:05Z</dc:date>
    <item>
      <title>Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563319#M16639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rickta59 on Thu Aug 08 10:26:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the SCT peripheral to reshape a serial clocked input signal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are 2 inputs, a serial clock pin and a data pin. There is one output.&amp;nbsp; I want to use the data pin to decide if i should output a pulse of ~375ns when the pin is high and ~750ns when the pin is low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've looked at the various samples. Some of them seem to be close to what I want to do. However I'm at a loss to figure out some of the techniques they use. The IRQ thing seems to be something I might want to use but I have no idea what it does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically the SCT should sit and wait for a low-&amp;gt;high transition on the serial clock pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it should sample the data pin and set an output pin hi until it reaches one of two matches times depending on the value of the data pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When the proper match is made it should set the output pin low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then it should go back and wait for another lo-&amp;gt;high transition on the serial clock pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems simple enough. Sadly, I've not been able to figure it out though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints or a working example would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-rick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563319#M16639</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563320#M16640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Aug 08 14:47:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at Red State - the SCT tool provided for free in LPCXpresso?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563320#M16640</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563321#M16641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rickta59 on Thu Aug 08 15:09:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that is what I have been trying to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed along with the red state tutorial and thought it would be easy. Then I realized that contrary to the tutorial the lpc810 can only have 2 states. I've done some more experimenting and done some simple tests using the U_ALWAYS.&amp;nbsp; I'm not doing all the tests. I mainly wanted to figure out the slew rate between edge detection and the SCT peripheral.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached the .rsm file I'm using you have to rename it from .txt to spi2ws2811.rsm to open it with Red State.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems like there is a 3 instruction delay ( ~240ns) .. this should work out ok if i can figure out how to do the rest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-rick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563321#M16641</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563322#M16642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Fri Aug 09 11:30:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We have just uploaded an LPC800 SCT Cookbook and Tutorial.&amp;nbsp; You can find it at:&lt;/SPAN&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%2Fnxpfile%2Flpc80-sct-cookbook-and-tutorial-code-examples" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc80-sct-cookbook-and-tutorial-code-examples&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563322#M16642</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563323#M16643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rickta59 on Fri Aug 09 11:50:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! just what I need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563323#M16643</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563324#M16644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cpldcpu on Fri Aug 09 23:49:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: NXP_Paul&lt;/STRONG&gt;&lt;BR /&gt;We have just uploaded an LPC800 SCT Cookbook and Tutorial.&amp;nbsp; You can find it at:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpc80-sct-cookbook-and-tutorial-code-examples" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc80-sct-cookbook-and-tutorial-code-examples&lt;/A&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, this is really helpful. Some things that came to my mind, maybe it is useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*] Why does the Red State Code produce so much redundant code. Instead of having to explain it in the cookbook, maybe it would be possible to update RSC to only initialize unused registers upon request?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[*] What is a "CALL"? This is not explained.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[*] It could be helpful if the cookbook contained a concise listing of the registers and their function. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know it can be cross referenced to the user manual, but the listing there is a bit cluttered. Some of issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[list]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*] Registers with the same function are duplicated in the list, making it excessively long. This could be remedied by grouping registers with the same function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[*] The naming of registers in the UM and the C-header is different. For example the event registers are called EVx_ instead of Event[x] or Eventx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[*] The register names are not part of the subtitles. E.g. "10.6.10 SCT match/capture registers mode register" refers to "REGMODE". Due to this it takes a much longer time to find registers descriptions just be skimming the manual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/list]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563324#M16644</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563325#M16645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Wed Aug 14 12:28:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are looking into the possibility of having Red State remove the unused registers.&amp;nbsp; I do not have a timeline if/when this could be done.&amp;nbsp; For now, it is better to have this code included, and then the user can decide if it can be removed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We will include a "CALL" explanation in the next revision of the SCT document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree that a concise listing of the registers should be included.&amp;nbsp; In order to get the SCT Cookbook and Tutorial online, this information was skipped in version 1, but it will be included in the next revision.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot commit to having the user manual updated, but I will review your suggestions and see what can be done to make improvements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We really appreciate suggestions for improvement to the LPC800 SCT Cookbook and Tutorial.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563325#M16645</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563326#M16646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cpldcpu on Sat Aug 17 07:21:41 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thank you for your response. Could you also comment on the question whether signals can be routed to the SCT through P0.6 to P0.17 on the LPC 810 as discussed in this thread: &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%2Fcontrolling-ws2812-led-strips-lpc810" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/controlling-ws2812-led-strips-lpc810&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the documentation it is not quite clear whether this is an intended or a hidden feature. The user manual states that the switch matrix is the same in all LPC800 devices. It also states that the SCT can be connected to "internal signals". So far I would interpret these statements as indication for being officially able to use P0.6 to P0.17 for _internal_ routing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563326#M16646</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563327#M16647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Fri Aug 23 06:19:43 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Although it may be possible to use undocumented ports, it is not recommended since these could be removed in future silicon revisions.&amp;nbsp; Only documented features are guaranteed to be available and tested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563327#M16647</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563328#M16648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cpldcpu on Fri Aug 23 06:30:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: NXP_Paul&lt;/STRONG&gt;&lt;BR /&gt;Although it may be possible to use undocumented ports, it is not recommended since these could be removed in future silicon revisions.&amp;nbsp; Only documented features are guaranteed to be available and tested.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, does the internal forwarding in the switch matrix even use the GPIO?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563328#M16648</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563329#M16649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Paul on Fri Aug 23 13:36:05 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The switch matrix does map to the GPIO pins (the PINASSIGN register requires that you use PIO0_x values).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to re-iterate that although it may be possible, I would not recommend using undocumented port pins since it may cause problems in future revisions of the silicon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563329#M16649</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563330#M16650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fjrg76 on Fri Jun 26 19:39:10 MST 2015&lt;/STRONG&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%2Fnxpfile%2Flpc80-sct-cookbook-and-tutorial-code-examples" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc80-sct-cookbook-and-tutorial-code-examples&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Broken link&amp;nbsp; :~ &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this doc the same as the AN11538?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563330#M16650</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need better SCT examples</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563331#M16651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Sat Jun 27 06:50:16 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi fjrg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, all examples from obsolete cookbook are in the AN11538. Please use this appnote&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-better-SCT-examples/m-p/563331#M16651</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:09Z</dc:date>
    </item>
  </channel>
</rss>

