<?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 FreeMaster-LPUART implementation for Non-SDKs in S32K</title>
    <link>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1435508#M14664</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;As stated in the subject , I wanted to explore freemaster using LPUART for S32K144&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn't find much resource for Non-SDK implementation , but I wanted to implement in Non-SDKs&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First I added FreeMaster Serial Communication files to the project&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Configured LPUART1 of&amp;nbsp;9600 baud, 1 stop bit, 8 bit format, no parity&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Configured Pins for the same&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Enabled the interrupt for LPUART1&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Called FMSTR_Init() function once , called FMSTR_Poll() function in infinite for loop&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Called&amp;nbsp;FMSTR_Isr()&amp;nbsp; inside&amp;nbsp;LPUART1_RxTx_IRQHandler()&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Project is getting complied and running successfully&lt;/P&gt;&lt;P&gt;Once I try to connect using FreeMaster , it is throwing error as&amp;nbsp;&lt;STRONG&gt;No Board detected on any specified UART Communication Board&amp;nbsp;&lt;/STRONG&gt;( I have tried to connect after reset )&lt;/P&gt;&lt;P&gt;Please find the attached project&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to rectify this issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 11:42:00 GMT</pubDate>
    <dc:creator>KARTHKSARODE</dc:creator>
    <dc:date>2022-03-29T11:42:00Z</dc:date>
    <item>
      <title>FreeMaster-LPUART implementation for Non-SDKs</title>
      <link>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1435508#M14664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;As stated in the subject , I wanted to explore freemaster using LPUART for S32K144&amp;nbsp;&lt;/P&gt;&lt;P&gt;I couldn't find much resource for Non-SDK implementation , but I wanted to implement in Non-SDKs&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First I added FreeMaster Serial Communication files to the project&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Configured LPUART1 of&amp;nbsp;9600 baud, 1 stop bit, 8 bit format, no parity&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Configured Pins for the same&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Enabled the interrupt for LPUART1&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Called FMSTR_Init() function once , called FMSTR_Poll() function in infinite for loop&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Called&amp;nbsp;FMSTR_Isr()&amp;nbsp; inside&amp;nbsp;LPUART1_RxTx_IRQHandler()&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Project is getting complied and running successfully&lt;/P&gt;&lt;P&gt;Once I try to connect using FreeMaster , it is throwing error as&amp;nbsp;&lt;STRONG&gt;No Board detected on any specified UART Communication Board&amp;nbsp;&lt;/STRONG&gt;( I have tried to connect after reset )&lt;/P&gt;&lt;P&gt;Please find the attached project&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to rectify this issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 11:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1435508#M14664</guid>
      <dc:creator>KARTHKSARODE</dc:creator>
      <dc:date>2022-03-29T11:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: FreeMaster-LPUART implementation for Non-SDKs</title>
      <link>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1436215#M14691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;it is detected with attached modified main.c&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1436215#M14691</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2022-03-30T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: FreeMaster-LPUART implementation for Non-SDKs</title>
      <link>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1436744#M14703</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the solution , its working&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Issue was with Interrupt configuration of LPUART&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 06:01:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FreeMaster-LPUART-implementation-for-Non-SDKs/m-p/1436744#M14703</guid>
      <dc:creator>KARTHKSARODE</dc:creator>
      <dc:date>2022-03-31T06:01:12Z</dc:date>
    </item>
  </channel>
</rss>

