<?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: Red State SCT not compatible with LPC_Open examples. Error: EVENT member not found.</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565680#M17145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larsen on Tue Aug 25 00:32:38 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks this fix works fine. looking forward to next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:04:44 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:04:44Z</dc:date>
    <item>
      <title>Red State SCT not compatible with LPC_Open examples. Error: EVENT member not found.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565678#M17143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larsen on Sun Aug 23 13:21:13 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I get the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SCT-&amp;gt;EVENT[0].STATE = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----&amp;gt; '&lt;/SPAN&gt;&lt;I&gt;LPC_SCT_T' has no member named 'EVENT&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SCT-&amp;gt;DMA0REQUEST = 0x00000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-----&amp;gt; &lt;/SPAN&gt;&lt;I&gt;'LPC_SCT_T' has no member named 'DMA0REQUEST&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I do is very simple to reproduce: With LPCXpresso 7.9.0, LPCOpen v 2.15 for LPC824 board i generate an SCT state machine with red state into the periph_gpio's&amp;nbsp; src folder. I just use the default state machine, no edit, then generate code. Recompile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above error pops up in the sct_fsm.c file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I using the tool inappropriately? How to correct this? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:04:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565678#M17143</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Red State SCT not compatible with LPC_Open examples. Error: EVENT member not found.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565679#M17144</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 Mon Aug 24 18:45:40 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Larsen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry that you running into difficulties with the Red State SCT tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that the tool was not updated to reflect changes in the LPCOpen 2.15 header files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a short-term fix you could change the generated code to match the new headers by replacing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; "LPC_SCT-&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;EVENT&lt;/STRONG&gt;&lt;SPAN&gt;" with "LPC_SCT-&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;EV&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) "LPC_SCT-&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;DMA0REQUEST&lt;/STRONG&gt;&lt;SPAN&gt;" with "LPC_SCT-&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;DMAREQ0&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) "LPC_SCT-&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;DMA1REQUEST&lt;/STRONG&gt;&lt;SPAN&gt;" with "LPC_SCT-&amp;gt;&lt;/SPAN&gt;&lt;STRONG&gt;DMAREQ1&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that this would need to be done each time that the code is regenerated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next release of LPCXpresso should contain a fix for this issue - which will allow you to select the version of the LPC Open library you are building against.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for finding and reporting this bug. Apologies for any frustration it caused.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ciao,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso-Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:04:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565679#M17144</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Red State SCT not compatible with LPC_Open examples. Error: EVENT member not found.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565680#M17145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larsen on Tue Aug 25 00:32:38 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks this fix works fine. looking forward to next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Red-State-SCT-not-compatible-with-LPC-Open-examples-Error-EVENT/m-p/565680#M17145</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:04:44Z</dc:date>
    </item>
  </channel>
</rss>

