<?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>FreeMASTERのトピックRe: Freemaster3.2 don't detect S32K144EVB</title>
    <link>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2258244#M2111</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I added the debug macro and connected the communication port to Putty. The EVB sends the debug message. However, when I remove the debug macro and try to connect the EVB to Freemaster, Freemaster still cannot find the EVB.&lt;/P&gt;&lt;P&gt;I have atteched main.c and freemaster_cfg.h&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FBre99_0-1765287336825.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/369165iFCB35874DC45F83B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FBre99_0-1765287336825.png" alt="FBre99_0-1765287336825.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2025 13:55:10 GMT</pubDate>
    <dc:creator>FBre99</dc:creator>
    <dc:date>2025-12-09T13:55:10Z</dc:date>
    <item>
      <title>Freemaster3.2 don't detect S32K144EVB</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2256019#M2108</link>
      <description>&lt;P&gt;I have a project in S32 Design Studio 3.6.4 for S32 Platform with RTD and wan't to debug it with Freemaster 3.2. I use the S32K144EVB. Connection should be via LPUART 1 with PIN PTC6 and PTC7. I have included the freemaster drivers manually as you can see in the picture and changed LPUART 0 to LPUART 1 in freemaster_cfg.h&lt;/P&gt;&lt;P&gt;But Freemaster don't detect the Board...what can be the reason?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FBre99_0-1764924012769.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/368734i5AE358F0E7685DE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FBre99_0-1764924012769.png" alt="FBre99_0-1764924012769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FBre99_1-1764924377396.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/368735i0F50FB4C254173EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FBre99_1-1764924377396.png" alt="FBre99_1-1764924377396.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 09:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2256019#M2108</guid>
      <dc:creator>FBre99</dc:creator>
      <dc:date>2025-12-05T09:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster3.2 don't detect S32K144EVB</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2256179#M2109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257705"&gt;@FBre99&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Could you confirm that&amp;nbsp;you:&lt;BR /&gt;- included &lt;SPAN&gt;"&lt;FONT face="courier new,courier"&gt;freemaster.h&lt;/FONT&gt;" into your main source file&lt;BR /&gt;- initialized the FreeMASTER Driver using "&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;FMSTR_Init()&lt;/FONT&gt;"&lt;BR /&gt;- periodically invoke "&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;FMSTR_Poll()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;" routine.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;If you are useing an interrupt mode:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;#define FMSTR_LONG_INTR&amp;nbsp; &amp;nbsp;1&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;or&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;#define FMSTR_SHORT_INTR&amp;nbsp; 1&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;the interrupt is handled by "&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;FMSTR_Isr()&lt;/FONT&gt;".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;A quick check to confirm that the configuration is correct:&lt;BR /&gt;1. Switch to polling mode -&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;#define FMSTR_POLL_DRIVEN 1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;BR /&gt;2. Add the debug macro - &lt;FONT face="courier new,courier"&gt;#define&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;FMSTR_DEBUG_TX 1&lt;/FONT&gt;&lt;BR /&gt;3. Open a serial terminal (such as putty) and connect to the communication port.&lt;BR /&gt;In case of success you should see a continuous debug message sent from the board "&lt;FONT face="courier new,courier"&gt;+@W&lt;/FONT&gt;".&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 14:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2256179#M2109</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2025-12-05T14:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster3.2 don't detect S32K144EVB</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2258244#M2111</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I added the debug macro and connected the communication port to Putty. The EVB sends the debug message. However, when I remove the debug macro and try to connect the EVB to Freemaster, Freemaster still cannot find the EVB.&lt;/P&gt;&lt;P&gt;I have atteched main.c and freemaster_cfg.h&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FBre99_0-1765287336825.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/369165iFCB35874DC45F83B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FBre99_0-1765287336825.png" alt="FBre99_0-1765287336825.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 13:55:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2258244#M2111</guid>
      <dc:creator>FBre99</dc:creator>
      <dc:date>2025-12-09T13:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster3.2 don't detect S32K144EVB</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2258313#M2112</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257705"&gt;@FBre99&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;It seems that the LPUART is not properly configured or you use a custom baudrate - I can see only unprintable symbols in your putty terminal. Also, are you invoking the peripheral initialization routine -&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Lpuart_Uart_Ip_Init()&lt;/FONT&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt; Please note that FreeMASTER Driver does not configure the LPUART, you need to initialize it using RDT API before &lt;FONT face="courier new,courier"&gt;FMSTR_Init()&lt;/FONT&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I attached, an example project that you can use as reference.&lt;BR /&gt;In that project I include latest version of FreeMASTER Driver (I took it from S32K3 as we don't have any planned updates for S32K1). It will allow you to make use of all latest FreeMASTER (deckstop tool) features.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Iulian&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 15:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2258313#M2112</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2025-12-09T15:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster3.2 don't detect S32K144EVB</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2260754#M2113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;with the example project the connection with freemaster works.&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 07:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster3-2-don-t-detect-S32K144EVB/m-p/2260754#M2113</guid>
      <dc:creator>FBre99</dc:creator>
      <dc:date>2025-12-12T07:39:33Z</dc:date>
    </item>
  </channel>
</rss>

