<?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 Setting Up MIDI Input on a FRDM-K64F in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Setting-Up-MIDI-Input-on-a-FRDM-K64F/m-p/509762#M32151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm programming a synthesizer with MIDI input for a school project, using the K64F. I've been experiencing a lot of difficulty in getting my head wrapped around how to develop a test program to receive MIDI note data using UART (I've seen UART used for MIDI for other MIDI I/O communication with other MCUs, so I'm assuming this is the standard way to do it, but feel free to correct me if I'm wrong). I have the whole MIDI input isolation circuit and everything all under control; it's just programming how to receive the incoming data that's confusing me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could guide me on how to approach setting up the MIDI communication, I would greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side-note, our class is not allowed to use Mbed and/or ProcessorExpert, so I can only program my project using bare metal -type code; feel free to talk about any method of getting the MIDI input to work, but I'd prefer if it's mentioned in a bare metal code type of context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Mar 2016 03:29:56 GMT</pubDate>
    <dc:creator>nicholasdiggle</dc:creator>
    <dc:date>2016-03-07T03:29:56Z</dc:date>
    <item>
      <title>Setting Up MIDI Input on a FRDM-K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Setting-Up-MIDI-Input-on-a-FRDM-K64F/m-p/509762#M32151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm programming a synthesizer with MIDI input for a school project, using the K64F. I've been experiencing a lot of difficulty in getting my head wrapped around how to develop a test program to receive MIDI note data using UART (I've seen UART used for MIDI for other MIDI I/O communication with other MCUs, so I'm assuming this is the standard way to do it, but feel free to correct me if I'm wrong). I have the whole MIDI input isolation circuit and everything all under control; it's just programming how to receive the incoming data that's confusing me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could guide me on how to approach setting up the MIDI communication, I would greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a side-note, our class is not allowed to use Mbed and/or ProcessorExpert, so I can only program my project using bare metal -type code; feel free to talk about any method of getting the MIDI input to work, but I'd prefer if it's mentioned in a bare metal code type of context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 03:29:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Setting-Up-MIDI-Input-on-a-FRDM-K64F/m-p/509762#M32151</guid>
      <dc:creator>nicholasdiggle</dc:creator>
      <dc:date>2016-03-07T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up MIDI Input on a FRDM-K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Setting-Up-MIDI-Input-on-a-FRDM-K64F/m-p/509763#M32152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicholas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you installed ksdk 2.0 for FRDM-K64, you may find the following UART demos in the folder of "C:\Freescale\SDK_2.0_FRDM-K64F\boards\frdmk64f\driver_examples\uart", each of them has bare metal code for your reference, please refer to &lt;A href="http://kex.freescale.com/en/welcome" title="http://kex.freescale.com/en/welcome"&gt;Welcome to Kinetis Expert | Kinetis Expert&lt;/A&gt;&amp;nbsp; to download the KSDK 2.0 for FRDM-K64F.&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/58373i3D97DB29012768D3/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;For more details how to install KSDK 2.0, please refer to &lt;A href="https://community.nxp.com/docs/DOC-329744"&gt;How to: install KSDK 2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 07:41:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Setting-Up-MIDI-Input-on-a-FRDM-K64F/m-p/509763#M32152</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2016-03-07T07:41:57Z</dc:date>
    </item>
  </channel>
</rss>

