<?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 Re: Uart implemntation in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/Uart-implemntation/m-p/2178946#M4139</link>
    <description>&lt;P&gt;Hello Chetan&lt;/P&gt;
&lt;P&gt;What SDK version are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example EATT Central already implements a UART communication,&lt;/P&gt;
&lt;P&gt;The application behaves as a GAP central node. It searches for an EATT peripheral to connect to. After&lt;/P&gt;
&lt;P&gt;connecting, it performs service discovery, initiates an EATT connection and configures indications on the&lt;/P&gt;
&lt;P&gt;peripheral for services A and B. The Central reports the received service data and the steps taken during the&lt;/P&gt;
&lt;P&gt;setup on a terminal connected to an UART port&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For usage and response of the example please refer to &lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/_static/wireless/Bluetooth/Bluetooth_Low_Energy_Demo_Applications_User's_Guide.pdf" target="_blank"&gt;Bluetooth Low Energy Demo Applications User’s Guide&lt;/A&gt; Chapter 5.4 EATT Central and 5.5 EATT Peripheral.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help us confirm what is your response in teraterm and can you share this please?&lt;/P&gt;
&lt;P&gt;HAL_UartSendNonBlocking is returning any status or response?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help us describe all the modifications implemented in your code? As I don’t see the configurations in "HAL_UartSendNonBlocking", also if there is modifications implemented in the EATT_peripheral example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
    <pubDate>Wed, 01 Oct 2025 18:28:31 GMT</pubDate>
    <dc:creator>luis_maravilla</dc:creator>
    <dc:date>2025-10-01T18:28:31Z</dc:date>
    <item>
      <title>Uart implemntation</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Uart-implemntation/m-p/2178592#M4136</link>
      <description>&lt;P&gt;Dear NXP team,&lt;/P&gt;&lt;P&gt;I am using eatt central for receiving data over uart and printing through shell in teraterm but&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt; HAL_UartSendNonBlocking()&amp;nbsp;&lt;/STRONG&gt;but when I am using this function to print in teraterm it is not working how to implement uart in example code I have configure clock port and initialization&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;void UART1_Init(void)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hal_uart_config_t config;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config.baudRate_Bps = 921600;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config.enableTx = true;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;config.enableRx = true;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLOCK_GetIpFreq(kCLOCK_Lpuart1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HAL_UartInit(LPUART1, &amp;amp;config);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;can you please help me for the same.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks and regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chetan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Oct 2025 05:24:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Uart-implemntation/m-p/2178592#M4136</guid>
      <dc:creator>chetan98</dc:creator>
      <dc:date>2025-10-01T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Uart implemntation</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Uart-implemntation/m-p/2178946#M4139</link>
      <description>&lt;P&gt;Hello Chetan&lt;/P&gt;
&lt;P&gt;What SDK version are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example EATT Central already implements a UART communication,&lt;/P&gt;
&lt;P&gt;The application behaves as a GAP central node. It searches for an EATT peripheral to connect to. After&lt;/P&gt;
&lt;P&gt;connecting, it performs service discovery, initiates an EATT connection and configures indications on the&lt;/P&gt;
&lt;P&gt;peripheral for services A and B. The Central reports the received service data and the steps taken during the&lt;/P&gt;
&lt;P&gt;setup on a terminal connected to an UART port&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For usage and response of the example please refer to &lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/_static/wireless/Bluetooth/Bluetooth_Low_Energy_Demo_Applications_User's_Guide.pdf" target="_blank"&gt;Bluetooth Low Energy Demo Applications User’s Guide&lt;/A&gt; Chapter 5.4 EATT Central and 5.5 EATT Peripheral.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help us confirm what is your response in teraterm and can you share this please?&lt;/P&gt;
&lt;P&gt;HAL_UartSendNonBlocking is returning any status or response?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you help us describe all the modifications implemented in your code? As I don’t see the configurations in "HAL_UartSendNonBlocking", also if there is modifications implemented in the EATT_peripheral example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 18:28:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Uart-implemntation/m-p/2178946#M4139</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2025-10-01T18:28:31Z</dc:date>
    </item>
  </channel>
</rss>

