<?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>S32KのトピックUART Configuration - undefined reference if Processor expert is executed</title>
    <link>https://community.nxp.com/t5/S32K/UART-Configuration-undefined-reference-if-Processor-expert-is/m-p/1702405#M25913</link>
    <description>&lt;P&gt;I, I try to add uart funktionality to my code.&lt;/P&gt;&lt;P&gt;For this i looked what is be done in uart_pal_EchoS32k144&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i used processorexpert to add the same uart (lpuart 1)&lt;/P&gt;&lt;P&gt;but i get the errormessagefrom Processor Expert&lt;/P&gt;&lt;P&gt;./Sources/main.o: In function `main':&lt;BR /&gt;C:\Users\FablabRonny\Documents\S32K1444Projects\iseled_freemaster_s32k144\iseled_freemaster_s32k144\Debug_FLASH/../Sources/main.c:274: undefined reference to `UART_Init'&lt;BR /&gt;C:\Users\FablabRonny\Documents\S32K1444Projects\iseled_freemaster_s32k144\iseled_freemaster_s32k144\Debug_FLASH/../Sources/main.c:278: undefined reference to `UART_SendData'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody has some recommendation how to solve it, i did'nt find a solution....&lt;/P&gt;&lt;P&gt;I try it really hard, but find no solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 03:14:03 GMT</pubDate>
    <dc:creator>frankmuenzner7421</dc:creator>
    <dc:date>2023-08-10T03:14:03Z</dc:date>
    <item>
      <title>UART Configuration - undefined reference if Processor expert is executed</title>
      <link>https://community.nxp.com/t5/S32K/UART-Configuration-undefined-reference-if-Processor-expert-is/m-p/1702405#M25913</link>
      <description>&lt;P&gt;I, I try to add uart funktionality to my code.&lt;/P&gt;&lt;P&gt;For this i looked what is be done in uart_pal_EchoS32k144&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i used processorexpert to add the same uart (lpuart 1)&lt;/P&gt;&lt;P&gt;but i get the errormessagefrom Processor Expert&lt;/P&gt;&lt;P&gt;./Sources/main.o: In function `main':&lt;BR /&gt;C:\Users\FablabRonny\Documents\S32K1444Projects\iseled_freemaster_s32k144\iseled_freemaster_s32k144\Debug_FLASH/../Sources/main.c:274: undefined reference to `UART_Init'&lt;BR /&gt;C:\Users\FablabRonny\Documents\S32K1444Projects\iseled_freemaster_s32k144\iseled_freemaster_s32k144\Debug_FLASH/../Sources/main.c:278: undefined reference to `UART_SendData'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody has some recommendation how to solve it, i did'nt find a solution....&lt;/P&gt;&lt;P&gt;I try it really hard, but find no solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 03:14:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-Configuration-undefined-reference-if-Processor-expert-is/m-p/1702405#M25913</guid>
      <dc:creator>frankmuenzner7421</dc:creator>
      <dc:date>2023-08-10T03:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: UART Configuration - undefined reference if Processor expert is executed</title>
      <link>https://community.nxp.com/t5/S32K/UART-Configuration-undefined-reference-if-Processor-expert-is/m-p/1703482#M25978</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221286"&gt;@frankmuenzner7421&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You wrote that you were referring to the &lt;STRONG&gt;uart_pal_echo_S32k144&lt;/STRONG&gt; example.&lt;/P&gt;
&lt;P&gt;But you don't use the PAL drivers in your project.&lt;/P&gt;
&lt;P&gt;Your project:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1691746497810.png" style="width: 255px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236087i400DAF10F30ED1A0/image-dimensions/255x56?v=v2" width="255" height="56" role="button" title="danielmartynek_0-1691746497810.png" alt="danielmartynek_0-1691746497810.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1691746525902.png" style="width: 320px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236088i00E1DC4A950CE17C/image-dimensions/320x104?v=v2" width="320" height="104" role="button" title="danielmartynek_1-1691746525902.png" alt="danielmartynek_1-1691746525902.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the l&lt;STRONG&gt;puart_echo_s32k144&lt;/STRONG&gt; example instead and use these functions:&lt;/P&gt;
&lt;P&gt;LPUART_DRV_Init(INST_LPUART1, &amp;amp;lpuart1_State, &amp;amp;lpuart1_InitConfig0);&lt;/P&gt;
&lt;P&gt;LPUART_DRV_SendDataBlocking(INST_LPUART1, (uint8_t *)welcomeMsg, strlen(welcomeMsg), TIMEOUT);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can access the documentation of the driver by right-clicking on the LPUART component.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_2-1691746749527.png" style="width: 457px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236089iFBB46561221572F2/image-dimensions/457x289?v=v2" width="457" height="289" role="button" title="danielmartynek_2-1691746749527.png" alt="danielmartynek_2-1691746749527.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 09:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-Configuration-undefined-reference-if-Processor-expert-is/m-p/1703482#M25978</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-11T09:39:48Z</dc:date>
    </item>
  </channel>
</rss>

