<?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 Microcontrollers中的主题 Re: AsynchroSerial component headaches with KL46Z</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414626#M23581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich, I'll have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 May 2015 14:25:49 GMT</pubDate>
    <dc:creator>russellsher</dc:creator>
    <dc:date>2015-05-17T14:25:49Z</dc:date>
    <item>
      <title>AsynchroSerial component headaches with KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414622#M23577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;I am using the KL46Z board:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;If I send characters such as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;AS1_SendChar(‘a’);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;AS1_SendChar(‘b’);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;Only the ‘a’ was sent…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;Then I realized that if I include a delay between sending, then it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;After that I enabled interrupts to use AS1_SendBlock&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;If I then do any uart function – either AS1_SendChar or AS1_SendBlock&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;The program sends one character&amp;nbsp; and then hangs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;By the way - how (and when) would you use&amp;nbsp;&amp;nbsp; AS1_Enable();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;I get 'undefined reference' to it&amp;nbsp; (with interrupts enabled for ASerialLdd1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #f6f6f6;"&gt;(I still cannot enter debug mode at all and can only drop and drag to the folder to run code.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 17:45:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414622#M23577</guid>
      <dc:creator>russellsher</dc:creator>
      <dc:date>2015-05-09T17:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroSerial component headaches with KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414623#M23578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you receive a 'undefined reference' from the linker, this means that this method/function does not exist. Make sure you toggle enable/disable the function.&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/33641iEEE3881096273966/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;The 'x' in the Icon means the function is disabled (not generated).&lt;/P&gt;&lt;P&gt;Then do not forget to generate code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 18:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414623#M23578</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-05-09T18:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroSerial component headaches with KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414624#M23579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and thanks Erich - Yes I see this now (I also posted a further comment to my last post on your site -- I think things are becoming clearer)&lt;/P&gt;&lt;P&gt;I used a serial example from &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Jing which works fine -- I think I don't have good understanding of the difference between Asyncroserial and Serial_LDD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I&amp;nbsp; guess my enabling interrupts resulted in a vector unknown territory with Asyncroserial. Do you use this routine? Perhaps have some code to share on your site - in particular withKL46Z&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Russell&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 18:30:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414624#M23579</guid>
      <dc:creator>russellsher</dc:creator>
      <dc:date>2015-05-09T18:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroSerial component headaches with KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414625#M23580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Russel,&lt;/P&gt;&lt;P&gt;there are already several examples on GitHub here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL46Z" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL46Z"&gt;mcuoneclipse/Examples/FRDM-KL46Z at master · GitHub&lt;/A&gt;&amp;nbsp; (CodeWarrior, but settings are for KDS applicable too).&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL46Z" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-KL46Z"&gt;mcuoneclipse/Examples/KDS/FRDM-KL46Z at master&amp;nbsp; · GitHub&lt;/A&gt;&amp;nbsp; (KDS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 08:38:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414625#M23580</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-05-10T08:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: AsynchroSerial component headaches with KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414626#M23581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich, I'll have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2015 14:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AsynchroSerial-component-headaches-with-KL46Z/m-p/414626#M23581</guid>
      <dc:creator>russellsher</dc:creator>
      <dc:date>2015-05-17T14:25:49Z</dc:date>
    </item>
  </channel>
</rss>

