<?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>topic Re: LPC800 SCT Tools in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569833#M18015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheShed on Thu Mar 07 15:05:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The FSM Design Tools can be used, but, like everything else NXP have done for the LPC8xx, its just a little bit broke...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you ignore the line at the top of sct_fsm.c that says 'DO NOT EDIT!'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you then comment/remove:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; OUT[4] to OUT[15] (lines 35:58),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; EVENT[6] to EVENT[15] (lines 75:84) and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; DMA0/1 (lines 106:107)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should then work as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You also have to be aware that the SCT in the LPC8xx is a very cut down version and most of the examples provided with the FSM Design Tools use more resources than are available on the LPC8xx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The annoying part about the Tool brokeness is that the .inc and subsequent .smd files actually specify the number of outputs and events available but the back-end parser seems to ignore this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Extra annoying is that the source code for everything is provided *except* the broken parser!&amp;nbsp; so if someone from NXP would like to reveal the source code I'm sure it wouldn't take too long to fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-- enjoy!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:12:03 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:12:03Z</dc:date>
    <item>
      <title>LPC800 SCT Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569832#M18014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caohua0902@126.com on Tue Mar 05 04:03:35 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Which Tools can be used to configure the State Configurable Timer(SCT) of LPC800 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used FSM Design Tools for configurating LPC800 , but it can't work . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The file "test.fzm" just generates files "sct_fsm.c" and "sct_fsm.h" which are used for LPC1800.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569832#M18014</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC800 SCT Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569833#M18015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheShed on Thu Mar 07 15:05:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The FSM Design Tools can be used, but, like everything else NXP have done for the LPC8xx, its just a little bit broke...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you ignore the line at the top of sct_fsm.c that says 'DO NOT EDIT!'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you then comment/remove:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; OUT[4] to OUT[15] (lines 35:58),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; EVENT[6] to EVENT[15] (lines 75:84) and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; DMA0/1 (lines 106:107)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should then work as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You also have to be aware that the SCT in the LPC8xx is a very cut down version and most of the examples provided with the FSM Design Tools use more resources than are available on the LPC8xx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The annoying part about the Tool brokeness is that the .inc and subsequent .smd files actually specify the number of outputs and events available but the back-end parser seems to ignore this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Extra annoying is that the source code for everything is provided *except* the broken parser!&amp;nbsp; so if someone from NXP would like to reveal the source code I'm sure it wouldn't take too long to fix.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-- enjoy!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:12:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569833#M18015</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC800 SCT Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569834#M18016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JoeHale on Mon May 13 09:44:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;The latest release of LPCXpresso ships with the&amp;lt;strong&amp;gt; Red State tool&amp;lt;/strong&amp;gt; which provides support for the SCT on the LPC800. LPCXpresso is a free download: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Flpcxpresso.code-red-tech.com%2FLPCXpresso%2F" rel="nofollow" target="_blank"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You need to create the SCT config in an existing project. If you don't have a project in LPCXpresso, just create a new 'General' project:&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;File&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;New&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Project&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;General&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Project&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;Next, to create a new SCT configuration, run the state machine wizard:&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;File&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;New&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Other&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Red State&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Red State Machine file generator&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Select the project to create the SCT configuration in and enter a file name.&amp;nbsp;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Press &amp;lt;strong&amp;gt;Next&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;Check that the &amp;lt;strong&amp;gt;LPC8xx&amp;lt;/strong&amp;gt; is selected as the target and hit &amp;lt;strong&amp;gt;finish&amp;lt;/strong&amp;gt;.&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;Check out the built-in help for more information about how to use the Red State tool :&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Help&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Help Contents&amp;lt;/strong&amp;gt; -&amp;amp;gt; &amp;lt;strong&amp;gt;Getting Started with Red State&amp;lt;/strong&amp;gt;&amp;lt;/li&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ul&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;Cheers&amp;lt;strong&amp;gt;,&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;Joe&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:12:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569834#M18016</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC800 SCT Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569835#M18017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caohua0902@126.com on Mon Jun 03 20:33:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi, TheShed:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;span class="Apple-tab-span" style="white-space: pre;"&amp;gt; &amp;lt;/span&amp;gt;Thanks for your reply. I'll try it .&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Best wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:12:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569835#M18017</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC800 SCT Tools</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569836#M18018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caohua0902@126.com on Mon Jun 03 20:36:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Yeah, great...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;span class="Apple-tab-span" style="white-space: pre;"&amp;gt; &amp;lt;/span&amp;gt;I've done it as you said and it worked. thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:12:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC800-SCT-Tools/m-p/569836#M18018</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:12:05Z</dc:date>
    </item>
  </channel>
</rss>

