<?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: LPCXpresso845max onboard serial line in FreeMASTER</title>
    <link>https://community.nxp.com/t5/FreeMASTER/LPCXpresso845max-onboard-serial-line/m-p/1045123#M186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miroslav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are two issues mentioned in your question:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;FreeMASTER showing un-numbered COM port which apparently does not work.&lt;/LI&gt;&lt;LI&gt;FreeMASTER not working with the 845max board even when using the regular port (COM3 in your case).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first issue is a FreeMASTER bug which will be fixed in the next version.&amp;nbsp;The un-numbered COM is not valid and should not be&amp;nbsp;in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second issue is however a problem of the 845max board. The factory-default&amp;nbsp;CMSIS-DAP&amp;nbsp;firmware v1.0.5 has a problem with serial line emulation and needs to be updated to version 1.0.7 or later. The update procedure is described in section 3.1 of the board's User Manual (available &lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools/lpcxpresso845-max-board-for-lpc84x-mcu-family:OM13097"&gt;here&lt;/A&gt;). The new board's &lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=LPC11Uxx-Debug-Probe-VCOM"&gt;firmware package&lt;/A&gt;&amp;nbsp;contains the fixed firmware.bin file also an updated Windows driver which needs to be installed too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is easy to verify the version of the connected board firmware. In Windows go to "Bluetooth &amp;amp; other devices" and&amp;nbsp;look for LPC11U3x CMSIS-DAP device. It should be v1.0.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107807iBD2B7BD814E244A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After updating the firmware, the FreeMASTER&amp;nbsp;UART demo should work as expected. Only be sure you enable the interrupt-driven processing in the&amp;nbsp;freemaster_cfg.h file (by setting&amp;nbsp;FMSTR_SHORT_INTR to 1)&amp;nbsp;to make sure the processor is able to catch all&amp;nbsp;characters even at higher communication rates like 115200 bps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2020 13:24:18 GMT</pubDate>
    <dc:creator>MichalH</dc:creator>
    <dc:date>2020-05-19T13:24:18Z</dc:date>
    <item>
      <title>LPCXpresso845max onboard serial line</title>
      <link>https://community.nxp.com/t5/FreeMASTER/LPCXpresso845max-onboard-serial-line/m-p/1045122#M185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have new LPCXpresso845Max board and I have issue with onboard debugger serial line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed Mbed Serial driver from Mbed website and set FMSTR&amp;nbsp; for debug transmit by&lt;BR /&gt;#define FMSTR_DEBUG_TX 1&lt;/P&gt;&lt;P&gt;and in Serial console I see some debug string on connected port COM3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107422iA22D1E4C9DBD050C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But, in FMSTR I see two ports:&lt;BR /&gt;1. Without number, but with correct "description" :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107391i646508F920C68B83/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. With correct number, but without description:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107465i71E6F1DFFE2BE6BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But even though serial console works with Debugstring, FMSTR connection not appear ( I tried COM and COM3)&lt;BR /&gt;&lt;BR /&gt;Can you help me with this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 12:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/LPCXpresso845max-onboard-serial-line/m-p/1045122#M185</guid>
      <dc:creator>nxa28181</dc:creator>
      <dc:date>2020-05-19T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso845max onboard serial line</title>
      <link>https://community.nxp.com/t5/FreeMASTER/LPCXpresso845max-onboard-serial-line/m-p/1045123#M186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miroslav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are two issues mentioned in your question:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;FreeMASTER showing un-numbered COM port which apparently does not work.&lt;/LI&gt;&lt;LI&gt;FreeMASTER not working with the 845max board even when using the regular port (COM3 in your case).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first issue is a FreeMASTER bug which will be fixed in the next version.&amp;nbsp;The un-numbered COM is not valid and should not be&amp;nbsp;in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second issue is however a problem of the 845max board. The factory-default&amp;nbsp;CMSIS-DAP&amp;nbsp;firmware v1.0.5 has a problem with serial line emulation and needs to be updated to version 1.0.7 or later. The update procedure is described in section 3.1 of the board's User Manual (available &lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools/lpcxpresso845-max-board-for-lpc84x-mcu-family:OM13097"&gt;here&lt;/A&gt;). The new board's &lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=LPC11Uxx-Debug-Probe-VCOM"&gt;firmware package&lt;/A&gt;&amp;nbsp;contains the fixed firmware.bin file also an updated Windows driver which needs to be installed too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is easy to verify the version of the connected board firmware. In Windows go to "Bluetooth &amp;amp; other devices" and&amp;nbsp;look for LPC11U3x CMSIS-DAP device. It should be v1.0.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107807iBD2B7BD814E244A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After updating the firmware, the FreeMASTER&amp;nbsp;UART demo should work as expected. Only be sure you enable the interrupt-driven processing in the&amp;nbsp;freemaster_cfg.h file (by setting&amp;nbsp;FMSTR_SHORT_INTR to 1)&amp;nbsp;to make sure the processor is able to catch all&amp;nbsp;characters even at higher communication rates like 115200 bps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2020 13:24:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/LPCXpresso845max-onboard-serial-line/m-p/1045123#M186</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2020-05-19T13:24:18Z</dc:date>
    </item>
  </channel>
</rss>

