<?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>Kinetis Design StudioのトピックRe: Sending a binary file / intel hex file over UART</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764319#M9682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend you to take a look to the following document for more informaiton on how to receive the new firmare image via UART:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;A href="https://community.nxp.com/docs/DOC-328365"&gt;https://community.nxp.com/docs/DOC-328365&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 17:58:42 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2018-04-04T17:58:42Z</dc:date>
    <item>
      <title>Sending a binary file / intel hex file over UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764316#M9679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the KV series of Kinetis microcontrollers to send a .bin file over UART to program another microcontroller. I would like to know if there is any sample code that guides me in the right direction to do this. I do not know how to include the .bin file into the application code for the Kinetis. I am using KDS and PE for this purpose. Is there a sample code online for me to look at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 16:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764316#M9679</guid>
      <dc:creator>saipriyasubrama</dc:creator>
      <dc:date>2018-03-15T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a binary file / intel hex file over UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764317#M9680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the steps mention in the following document about merging applications using the linker commands for more information about including a bin file to your application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328202"&gt;https://community.nxp.com/docs/DOC-328202&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 23:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764317#M9680</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2018-03-16T23:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a binary file / intel hex file over UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764318#M9681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the intelhex file of an application to be used on another target microcontroller. Meaning i have divided the memory in the target microcontroller into Bootloader Section and application section.I am trying to pass the hex file generated for the application from the host to the target microcontroller using UART. Host is the Kinetis KV micro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to use the "fopen" command on KDS to open my intel hex file and save it into 8 bit buffers and transmit it to the target for coding in the application area. Is there a way to transmit intel hex files through UARt for transmission and coding on another microcontroller?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 18:27:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764318#M9681</guid>
      <dc:creator>saipriyasubrama</dc:creator>
      <dc:date>2018-03-19T18:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sending a binary file / intel hex file over UART</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764319#M9682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend you to take a look to the following document for more informaiton on how to receive the new firmare image via UART:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;A href="https://community.nxp.com/docs/DOC-328365"&gt;https://community.nxp.com/docs/DOC-328365&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Sending-a-binary-file-intel-hex-file-over-UART/m-p/764319#M9682</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2018-04-04T17:58:42Z</dc:date>
    </item>
  </channel>
</rss>

