<?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: Failure with Serial_LDD:LoopMode in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416309#M3192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice&lt;/P&gt;&lt;P&gt;When I set&amp;nbsp; the Serial_LDD methods Loopmode to generate code - it causes an error. &lt;/P&gt;&lt;P&gt;My KDS300 picture looks different than yours as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56950i9A0672EE91C9205B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have it fixed so it doesn't do it - but reporting what looks like a bug, as I wouldn't expect any condition I can set in the UI to result in a failed PE Code Generation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 15:37:59 GMT</pubDate>
    <dc:creator>neilhancock</dc:creator>
    <dc:date>2015-07-17T15:37:59Z</dc:date>
    <item>
      <title>Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416305#M3188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;For a Cpu:MKL26Z128VFT4 part, I'm looking to use UART0 as HalfDuplex RS485.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;In the registers I think this means setting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Uart0_S2: set LOOPS=RSRC=1&lt;/P&gt;&lt;P&gt;and then managing the single pin with&lt;/P&gt;&lt;P&gt;Uart0_C3:TXDIR 1 Tx Output else 0 Rx Input&lt;/P&gt;&lt;P&gt;I'm using KDS300 so in PEgenerate code for LoopMode - but now I get&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style=""&gt;Description&lt;/TD&gt;&lt;TD style=""&gt;Resource&lt;/TD&gt;&lt;TD style=""&gt;Path&lt;/TD&gt;&lt;TD style=""&gt;Location&lt;/TD&gt;&lt;TD style=""&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style=""&gt;Generator: FAILURE: at line 1769: Error in including "Drivers\Common\AsynchroMasterLoopMode.inc" from directory C:\n\bin\Freescale\KDS_3.0.0\eclipse\ProcessorExpert\Repositories\Kinetis_Repository (file: Drivers\Kinetis\AsynchroSerial.drv)&lt;/TD&gt;&lt;TD style=""&gt;Test2&lt;/TD&gt;&lt;TD style=""&gt;&lt;/TD&gt;&lt;TD style=""&gt;AScust&lt;/TD&gt;&lt;TD style=""&gt;Processor Expert Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to make it work, I turn off PEgeneratr code for LoopMode - and then update the registers directly.&lt;/P&gt;&lt;P&gt;UART0_PDD_SetLoopMode(PeripheralBase, UART0_PDD_LOOP_MODE_RX_TO_TX_PIN)&lt;/P&gt;&lt;P&gt;UART0_PDD_SetTxPinDataDirection(PeripheralBase, UART0_C3_TXDIR_MASK)&lt;/P&gt;&lt;P&gt;I can't see how to disable the assignment of the UART0:Rx to a hardware pin.&lt;/P&gt;&lt;P&gt;Is there a more defined way of doing it. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 01:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416305#M3188</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-07-16T01:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416306#M3189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) In KDS, after you configure the PE with no errors , it should be no error when generate code .&lt;/P&gt;&lt;P&gt;So you can screenshot your PE configure view or send me your project , i will&amp;nbsp; test it on my side .&lt;/P&gt;&lt;P&gt;(2) If you want&amp;nbsp; the UART component do not generate code , or you want change the code , you can choose "Don't write generated component modules",&lt;/P&gt;&lt;P&gt;then you can change the code by hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56488i38C6FA3B6CC3F4EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 02:18:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416306#M3189</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-07-16T02:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416307#M3190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice&lt;/P&gt;&lt;P&gt;Thankyou. Not sure that I've asked this correctly - so will repost the question.&lt;/P&gt;&lt;P&gt;However yes - when I disable LoopMode it generates code correctly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416307#M3190</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-07-16T18:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416308#M3191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean here :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55415iD5E814C08DB50407/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not , could your please screenshot yours , thank !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 08:35:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416308#M3191</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-07-17T08:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416309#M3192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice&lt;/P&gt;&lt;P&gt;When I set&amp;nbsp; the Serial_LDD methods Loopmode to generate code - it causes an error. &lt;/P&gt;&lt;P&gt;My KDS300 picture looks different than yours as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56950i9A0672EE91C9205B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have it fixed so it doesn't do it - but reporting what looks like a bug, as I wouldn't expect any condition I can set in the UI to result in a failed PE Code Generation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 15:37:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416309#M3192</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-07-17T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416310#M3193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , when use the component of "AsynchroSerial" , there will be error when configure the methods Loopmode to generate code ,&lt;/P&gt;&lt;P&gt;and i will be going to confirm&amp;nbsp; &lt;LABEL&gt;Whether it is a mistake .&lt;/LABEL&gt;&lt;/P&gt;&lt;P&gt;And if you use the component of "Serial_LDD" , there will be no error :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55685i49BF970CE154B016/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your remainder !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 07:19:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416310#M3193</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-07-20T07:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416311#M3194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - thanks.&lt;/P&gt;&lt;P&gt;Sounds like you have confirmed which layer the bug is.&lt;/P&gt;&lt;P&gt;Since AsyncrhroSerial - where the error is - uses the Serial_LDD, which can set the LoopMode.&lt;/P&gt;&lt;P&gt;So really this is a bug report.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 02:20:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416311#M3194</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-07-21T02:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416312#M3195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need confirm with the PE team whether this is a bug.&lt;/P&gt;&lt;P&gt;And about the component of "Serial_LDD" , you can configure the loop mode here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53834i23763A2761A7438D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 11:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416312#M3195</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-07-21T11:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416313#M3196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice, I can see that the Serial_LDD as a standalone component can have its Loop_Mode set.&lt;/P&gt;&lt;P&gt;When its used by the AsycnhroSerial it doesn't seem that it can be overridden.&lt;/P&gt;&lt;P&gt;I would expect the AsynchroSerial to be able to make adjustments to it since it owns it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53784i9B257189A8D5B1A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 15:40:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416313#M3196</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-07-21T15:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416314#M3197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When use the component "AsycnhroSerial" , it is normal&amp;nbsp; about&amp;nbsp; the configuration "Serial_LDD" is gray.&lt;/P&gt;&lt;P&gt;The error is when configure the methods Loopmode to generate code , and i will create a SR for you , then report it to the PE team,&lt;/P&gt;&lt;P&gt;I will tell you .ASAP after i get reply .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 03:28:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416314#M3197</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-07-22T03:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416315#M3198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just get the &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;hot fix for this issue from development team , please see the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 07:24:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416315#M3198</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-08-14T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Failure with Serial_LDD:LoopMode</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416316#M3199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alice.&lt;/P&gt;&lt;P&gt;I'm not sure what to do with the hot_fix - will it be in the next release/update of PE?&lt;/P&gt;&lt;P&gt;I've just done an update which includes&lt;/P&gt;&lt;P&gt;PE for Kinetis 3.0.1.b150806&lt;/P&gt;&lt;P&gt;doesn't mention it.&lt;/P&gt;&lt;P&gt;Its not that important to me as I have a work around, good to know it has been updated though as its a nice hardware feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 23:58:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Failure-with-Serial-LDD-LoopMode/m-p/416316#M3199</guid>
      <dc:creator>neilhancock</dc:creator>
      <dc:date>2015-08-14T23:58:49Z</dc:date>
    </item>
  </channel>
</rss>

