<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックRe: EZ port programming.</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EZ-port-programming/m-p/207468#M9952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually use EzPort to program form one MCU to another as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I allow both cloning of one MCU's flash to another, as well as downloading of an S19 file into one MCU (via UART, USB CDC/ACM, Ethernet, or even 2.4GHz wireless...) to program the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see all the code that does this in the skeleton project at the bottom of this page: &lt;A href="http://www.cpustick.com/downloads.htm" rel="nofollow" target="_blank"&gt;http://www.cpustick.com/downloads.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bulk of the work is in sources/clone.c, sources/flash.c, and sources/qspi.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You probably want the 1.72 bits that work on the 5211 -- just follow the MCF5211 #if's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if you just want to use one MCU as a gateway to flash another, you could just load up StickOS on one MCU&amp;nbsp;and use the "download" command interactively (and then paste in the S19 file) to flash the other MCU...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Aug 2010 12:39:21 GMT</pubDate>
    <dc:creator>RichTestardi</dc:creator>
    <dc:date>2010-08-28T12:39:21Z</dc:date>
    <item>
      <title>EZ port programming.</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EZ-port-programming/m-p/207467#M9951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Coldfire microcontroller MCF5213 to download bootloader firmware serially(using EZ port) in to another coldfire board .&lt;/P&gt;&lt;P&gt;I am facing following problem:&lt;/P&gt;&lt;P&gt;First :&amp;nbsp;I am able to&amp;nbsp; Write 256 bytes&amp;nbsp;of data using PAGE_PROGRAM COMMAND and then verify it using FAST_READ COMMAND which worked fine.&lt;/P&gt;&lt;P&gt;When i send the next 256 Byte data using page program command it is getting programmed which i could make out when i read EZ port STATUS REGISTER ,but when i verify the sent data using FAST_READ COMMAND the data is seen corrupted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly:&lt;/P&gt;&lt;P&gt;After my first 256 byte is send and verified.when i send WRITEENABLE command to EZ port and then read the EzPort STATUS_REGISTER &amp;nbsp;it shows that the WEN(Write Enable)bit in status register is not set............................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly Help..................I need to dump 2K bytes into the other coldfire board..................&lt;/P&gt;&lt;P&gt;Pls provide the example source code ............&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Angel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 12:28:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EZ-port-programming/m-p/207467#M9951</guid>
      <dc:creator>coder</dc:creator>
      <dc:date>2010-06-17T12:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: EZ port programming.</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EZ-port-programming/m-p/207468#M9952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually use EzPort to program form one MCU to another as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I allow both cloning of one MCU's flash to another, as well as downloading of an S19 file into one MCU (via UART, USB CDC/ACM, Ethernet, or even 2.4GHz wireless...) to program the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see all the code that does this in the skeleton project at the bottom of this page: &lt;A href="http://www.cpustick.com/downloads.htm" rel="nofollow" target="_blank"&gt;http://www.cpustick.com/downloads.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bulk of the work is in sources/clone.c, sources/flash.c, and sources/qspi.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You probably want the 1.72 bits that work on the 5211 -- just follow the MCF5211 #if's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if you just want to use one MCU as a gateway to flash another, you could just load up StickOS on one MCU&amp;nbsp;and use the "download" command interactively (and then paste in the S19 file) to flash the other MCU...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 12:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EZ-port-programming/m-p/207468#M9952</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2010-08-28T12:39:21Z</dc:date>
    </item>
  </channel>
</rss>

