<?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: Example code of initialization for mini flexbus with MCF51JE256 in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Example-code-of-initialization-for-mini-flexbus-with-MCF51JE256/m-p/308342#M12134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need something like "CFInit" which Freescale used to provide to generate startup code. This is so old it isn't on Freescale's site any more, but this thread refers to it and where it is now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/100270#100270" title="https://community.freescale.com/message/100270#100270"&gt;https://community.freescale.com/message/100270#100270&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't support any MCF51 chips though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you downloaded and looked at "&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCF51Jx&amp;amp;nodeId=018rH3YTLC9804&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;TWR-MCF51JF_QUICK_START_DEMO&lt;/A&gt;: TWR-MCF51JF Quick Start Demo.", which is linked from the "Software and Tools" tab for your CPU?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought CodeWarrior had an equivalent code generation function now? Yes, that's "Processor Expert":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-93227" title="https://community.freescale.com/docs/DOC-93227"&gt;https://community.freescale.com/docs/DOC-93227&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, there's only THREE registers to set up in the Mini FlexBus Module for each chip select, so you should be able to work it out by reading the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 May 2014 23:49:18 GMT</pubDate>
    <dc:creator>TomE</dc:creator>
    <dc:date>2014-05-04T23:49:18Z</dc:date>
    <item>
      <title>Example code of initialization for mini flexbus with MCF51JE256</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Example-code-of-initialization-for-mini-flexbus-with-MCF51JE256/m-p/308341#M12133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use mini flexbus with MCF51JE256 but it doesn´t work. I was trying to migrate from MCF52259 but the instruction aren´t the same. Could anybody give me an example with MCF51JE256 of how start the code? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 02:07:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Example-code-of-initialization-for-mini-flexbus-with-MCF51JE256/m-p/308341#M12133</guid>
      <dc:creator>miguelbuitrago</dc:creator>
      <dc:date>2014-05-02T02:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Example code of initialization for mini flexbus with MCF51JE256</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Example-code-of-initialization-for-mini-flexbus-with-MCF51JE256/m-p/308342#M12134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need something like "CFInit" which Freescale used to provide to generate startup code. This is so old it isn't on Freescale's site any more, but this thread refers to it and where it is now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/100270#100270" title="https://community.freescale.com/message/100270#100270"&gt;https://community.freescale.com/message/100270#100270&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't support any MCF51 chips though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you downloaded and looked at "&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCF51Jx&amp;amp;nodeId=018rH3YTLC9804&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;TWR-MCF51JF_QUICK_START_DEMO&lt;/A&gt;: TWR-MCF51JF Quick Start Demo.", which is linked from the "Software and Tools" tab for your CPU?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought CodeWarrior had an equivalent code generation function now? Yes, that's "Processor Expert":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-93227" title="https://community.freescale.com/docs/DOC-93227"&gt;https://community.freescale.com/docs/DOC-93227&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, there's only THREE registers to set up in the Mini FlexBus Module for each chip select, so you should be able to work it out by reading the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 23:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Example-code-of-initialization-for-mini-flexbus-with-MCF51JE256/m-p/308342#M12134</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2014-05-04T23:49:18Z</dc:date>
    </item>
  </channel>
</rss>

