<?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 Microcontrollers中的主题 Re: Freemaster with K20 72MHz</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379089#M20109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem isn't on the Host side, it is on the device side. When I try to select JTAG on processor expert freemaster component I get a message saying ERROR: This item isn't supported by selected CPU. Please see the image below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="jtagFreemaster.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40151i636A47AF0AF371E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="jtagFreemaster.png" alt="jtagFreemaster.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a related question. I attempted to add the freemaster component on my mqxlite application via UART0 but that did not work either. I added the component as per the link below and then added the following methods to one of my tasks:&lt;/P&gt;&lt;P&gt;void free_master_task(uint32_t task_init_data)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; int counter = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; while(1) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; counter++;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMSTR1_Poll();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMSTR1_Recorder();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _time_delay_ticks(10);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Write your code here ... */&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/" title="http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/"&gt;Tutorial: FreeMASTER Visualization and Run-Time Debugging | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If I create a project that is not an MQX lite project, I able to graph data correctly using freemaster using UART0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help,&lt;/P&gt;&lt;P&gt;Abid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 06:06:21 GMT</pubDate>
    <dc:creator>abidesmail</dc:creator>
    <dc:date>2015-03-20T06:06:21Z</dc:date>
    <item>
      <title>Freemaster with K20 72MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379087#M20107</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;I setup freemaster via UART1 on a K20 72MHz processor and it's awesome. I followed the following tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/" style="font-size: 10pt; line-height: 1.5em;" title="http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/"&gt;http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would now like to try it with JTAG (since I use UART in my application). Is this possible? I currently get the following error when I select JTAG as the device in the FMSTR1 freeMaster component.&lt;/P&gt;&lt;P&gt;Error: This item is not supported by selected CPU. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it is not supported or I need to enable some define somewhere. I do have JTAG on this CPU and am using it successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 04:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379087#M20107</guid>
      <dc:creator>abidesmail</dc:creator>
      <dc:date>2015-01-27T04:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster with K20 72MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379088#M20108</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;The problem seems related to the configuration, Attached is a sample on how to set up the configuration. Please refer to the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 10:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379088#M20108</guid>
      <dc:creator>miduo</dc:creator>
      <dc:date>2015-02-12T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster with K20 72MHz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379089#M20109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem isn't on the Host side, it is on the device side. When I try to select JTAG on processor expert freemaster component I get a message saying ERROR: This item isn't supported by selected CPU. Please see the image below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="jtagFreemaster.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40151i636A47AF0AF371E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="jtagFreemaster.png" alt="jtagFreemaster.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a related question. I attempted to add the freemaster component on my mqxlite application via UART0 but that did not work either. I added the component as per the link below and then added the following methods to one of my tasks:&lt;/P&gt;&lt;P&gt;void free_master_task(uint32_t task_init_data)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; int counter = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; while(1) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; counter++;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMSTR1_Poll();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMSTR1_Recorder();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _time_delay_ticks(10);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Write your code here ... */&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/" title="http://mcuoneclipse.com/2013/08/24/tutorial-freemaster-visualization-and-run-time-debugging/"&gt;Tutorial: FreeMASTER Visualization and Run-Time Debugging | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If I create a project that is not an MQX lite project, I able to graph data correctly using freemaster using UART0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help,&lt;/P&gt;&lt;P&gt;Abid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 06:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freemaster-with-K20-72MHz/m-p/379089#M20109</guid>
      <dc:creator>abidesmail</dc:creator>
      <dc:date>2015-03-20T06:06:21Z</dc:date>
    </item>
  </channel>
</rss>

