<?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 Software Development Kit中的主题 Re: Problem KSDK and Platform_Lib</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472406#M3835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moral of the story: When using RTOS, the interruptions are not activated until you start the OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I tried this, but every time I tried, I was leaving the lpuart state variable inside main{} and it was not accessible to the tasks.&lt;/P&gt;&lt;P&gt;Anyway, I leaned a lot today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 19:07:45 GMT</pubDate>
    <dc:creator>juanruiz</dc:creator>
    <dc:date>2016-01-29T19:07:45Z</dc:date>
    <item>
      <title>Problem KSDK and Platform_Lib</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472402#M3831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem trying to make the platform_lib work. I am working on a project on which I need to use FreeRTOS and LPUART at the same time. I added the platform_lib and made the LPUART work perfectly, but the FreeRTOS didn't start properly. Then I changed to the platform_freertos_lib and the FreeRTOS worked perfectly, but the LPUART stopped sending messages. Everytime I add both of the libs, only the first one is taken into account. What am I doing wrong? &lt;SPAN aria-label="Sad" class="emoticon_sad emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help. You guys are an amazing community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472402#M3831</guid>
      <dc:creator>juanruiz</dc:creator>
      <dc:date>2016-01-28T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem KSDK and Platform_Lib</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472403#M3832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, what do you use for the board/MCU?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472403#M3832</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-01-28T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem KSDK and Platform_Lib</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472404#M3833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to give those details. I'm working with a FRDM_KL43Z and Kinetis SDK 1.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:44:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472404#M3833</guid>
      <dc:creator>juanruiz</dc:creator>
      <dc:date>2016-01-28T15:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem KSDK and Platform_Lib</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472405#M3834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone. Quick update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After tinkering a little with the code, I understood how the platform_lib works. Now I know that they should be the same, with the difference that each library is implemented with a different RTOS. I also tracked the problem down and found out that the reason why the UART is not sending any information is because the LPUART0_IRQHandler is not being called when I use the freertos platform library. Why could this be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472405#M3834</guid>
      <dc:creator>juanruiz</dc:creator>
      <dc:date>2016-01-29T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem KSDK and Platform_Lib</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472406#M3835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moral of the story: When using RTOS, the interruptions are not activated until you start the OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I tried this, but every time I tried, I was leaving the lpuart state variable inside main{} and it was not accessible to the tasks.&lt;/P&gt;&lt;P&gt;Anyway, I leaned a lot today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 19:07:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-KSDK-and-Platform-Lib/m-p/472406#M3835</guid>
      <dc:creator>juanruiz</dc:creator>
      <dc:date>2016-01-29T19:07:45Z</dc:date>
    </item>
  </channel>
</rss>

