<?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>Kinetis Design StudioのトピックRe: Project Expert Code Generation Error</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428892#M3671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed the library and re-created and regenerated it, and everything ran the way it should.&amp;nbsp; However, now I cannot get data from the receive buffer, and the blocksend function only transmits one character; the transmission interrupt event doesn't clear the user flag, which hangs up the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why should regenerating the AsynchroSerial library with the same parameters break the serial port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 17:24:32 GMT</pubDate>
    <dc:creator>stevencornett</dc:creator>
    <dc:date>2015-08-11T17:24:32Z</dc:date>
    <item>
      <title>Project Expert Code Generation Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428890#M3669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently upgrade Kinetis Design Studio to version 3.0.&amp;nbsp; I notice that after that, and even after running Kinetis Upgrade Assistant, I am getting the following error when attempting to generate code from Processor Expert.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Generator FAILURE at line 1769:&amp;nbsp; Error in including "Drivers\Common\AsynchroMasterLoopMode.inc" from directory C:\Freescale\KDS_3.0.0\eclipse\ProcessorExpert\Repositories\Kinetis_Repository (File:&amp;nbsp; Drivers\Kinetis\AsychroSerial.drv)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="62327_62327.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120526iDFAD0BB5CAD6C167/image-size/large?v=v2&amp;amp;px=999" role="button" title="62327_62327.png" alt="62327_62327.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="rd_PE_Error.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52653i1D38C5B7E76594DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="rd_PE_Error.png" alt="rd_PE_Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the cause of the error, and how do I repair or work around the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428890#M3669</guid>
      <dc:creator>stevencornett</dc:creator>
      <dc:date>2015-08-10T19:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Project Expert Code Generation Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428891#M3670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that with AsynchroSerial component in SKEAZN64MLH2 on KDS 3.0. I cannot reproduce this error. I tired to configure AsynchroSerial component with the same settings with you. Please see the screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52408i7B871F784D385AD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshot.png" alt="screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I attached the project, does the same error appear when generating code by PE?&amp;nbsp; If not, could you please attach your project? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:14:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428891#M3670</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2015-08-11T06:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Project Expert Code Generation Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428892#M3671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed the library and re-created and regenerated it, and everything ran the way it should.&amp;nbsp; However, now I cannot get data from the receive buffer, and the blocksend function only transmits one character; the transmission interrupt event doesn't clear the user flag, which hangs up the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why should regenerating the AsynchroSerial library with the same parameters break the serial port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 17:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428892#M3671</guid>
      <dc:creator>stevencornett</dc:creator>
      <dc:date>2015-08-11T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Project Expert Code Generation Error</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428893#M3672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I removed the LoopMode code and regenerated with PE, the error code disappeared.&amp;nbsp; However, the receiver does not transfer data from the PC even though it is responding to receive requests (particularly TXBufferFull events).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transmitter is only able to send one byte, and then stays in an error mode.&amp;nbsp; Apparently, the ASerialLDD library functions are not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This situation is not reversible, as attempting to bring back LoopMode causes the error to return.&amp;nbsp; This, in turn, prevents PE updated code from being generated, so whatever got screwed up in the environment stays irretrievably so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the result I see on the scope.&amp;nbsp; I should generate 11 bytes of binary data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="TEK00010.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52456i63DA8E56EBC17458/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEK00010.png" alt="TEK00010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I looked at the results coming in on the _RecvBlock function, the were both 0.&amp;nbsp; The interrupt indicated that it received two bytes, which is what you see here, but couldn't transfer the byte values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 16:53:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Project-Expert-Code-Generation-Error/m-p/428893#M3672</guid>
      <dc:creator>stevencornett</dc:creator>
      <dc:date>2015-08-12T16:53:01Z</dc:date>
    </item>
  </channel>
</rss>

