<?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: How is a program loaded into the Flash of a coldfire MCU ?? in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136301#M1791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Krish,&lt;BR /&gt;&lt;BR /&gt;I don't know the price of a BDM header. But I think the Parallel Port BDM Cable is the cheapest one.&lt;BR /&gt;Maybe you can do a google search to find if there are other vendors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 14:12:31 GMT</pubDate>
    <dc:creator>David_Pang</dc:creator>
    <dc:date>2006-11-13T14:12:31Z</dc:date>
    <item>
      <title>How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136296#M1786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly excuse my ignorance. am a newbie to the ColdFire family.. Something that i am concerned about that i need a clarification on before i can decide to procure a MCF5282 Evaluation board....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My situation is this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking at procuring a ColdFire Evaluation Board for MCF5282. I intended to use Eclipse IDE with the GNU toolchain from codesourcery.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I therefore now have options for a compiler, Simulator and a Debugger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, for example i want to test a simple UART routine or some other serial Communication routine, how will i load the "hex" file generated by my compiler into the target device ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i were working on ARM, i would have simply used a utility called Flash Magic, which is a flash programming utility, available for free. The only hardware interface this requires is a simple serial cable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can i similarly write a routine, &amp;amp; load my hex onto the memory of my ColdFire controller, using a simple, freely available software, without having to purchase a BDM/programmer cable from PE-Micro or anyone else??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;techie.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2006 22:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136296#M1786</guid>
      <dc:creator>krishnan</dc:creator>
      <dc:date>2006-11-12T22:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136297#M1787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi krishnan ,&lt;BR /&gt;&lt;BR /&gt;A BDM cable is required to download your program to target board.&lt;BR /&gt;There are some programs, such as CF flasher, can use to burn flash through BDM interface.&lt;BR /&gt;And you can also use Codewarrior to compile and load your program to run on SDRAM.&lt;BR /&gt;If you don't want to buy a BDM cable, you can refer to the on-top topic:&lt;BR /&gt;* TBLCF open source debugging cable&lt;BR /&gt;and make a cable for your own.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;David&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136297#M1787</guid>
      <dc:creator>David_Pang</dc:creator>
      <dc:date>2006-11-13T12:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136298#M1788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;hello David,&lt;BR /&gt;&lt;BR /&gt;thanks for that. Just adding to what you have written, Will buying a Evaluation kit, that comes with a pre-loaded bootloader or some kind of a RTOS save me the trouble of buying a BDM cable ?? As I can then load my programs through say ethernet or serial port???&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;krish&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:17:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136298#M1788</guid>
      <dc:creator>krishnan</dc:creator>
      <dc:date>2006-11-13T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136299#M1789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Krish,&lt;BR /&gt;&lt;BR /&gt;If your evb board has a pre-load bootloader, you can also use it to load your application.&lt;BR /&gt;When design your own boards, you need to write some code to check if your hw functions correctly.&lt;BR /&gt;It is helpful if you have a BDM cable.&lt;BR /&gt;&lt;BR /&gt;David&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:54:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136299#M1789</guid>
      <dc:creator>David_Pang</dc:creator>
      <dc:date>2006-11-13T12:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136300#M1790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello David,&lt;BR /&gt;&lt;BR /&gt;So, the cheapest i can get is a Parallel Port BDM Cable for $199, i suppose frmo P&amp;amp;E???&lt;BR /&gt;&lt;BR /&gt;Are there any other cheaper options available, besides the TBLCF Project ofcourse??&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;krish&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 13:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136300#M1790</guid>
      <dc:creator>krishnan</dc:creator>
      <dc:date>2006-11-13T13:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136301#M1791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Krish,&lt;BR /&gt;&lt;BR /&gt;I don't know the price of a BDM header. But I think the Parallel Port BDM Cable is the cheapest one.&lt;BR /&gt;Maybe you can do a google search to find if there are other vendors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;David&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 14:12:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136301#M1791</guid>
      <dc:creator>David_Pang</dc:creator>
      <dc:date>2006-11-13T14:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How is a program loaded into the Flash of a coldfire MCU ??</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136302#M1792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for your help David&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Krishnan&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 18:15:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/How-is-a-program-loaded-into-the-Flash-of-a-coldfire-MCU/m-p/136302#M1792</guid>
      <dc:creator>krishnan</dc:creator>
      <dc:date>2006-11-13T18:15:44Z</dc:date>
    </item>
  </channel>
</rss>

