<?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: FFT on MCF5485</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/FFT-on-MCF5485/m-p/204757#M9625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hello Jay&lt;BR /&gt;&lt;BR /&gt;Getting this file to assemble with CodeWarrior should be quite easy. You need to do four things:&lt;BR /&gt;&lt;BR /&gt;(1) Add this as the first line:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .option processor=mcf5485&lt;BR /&gt;&lt;BR /&gt;(2) Comment out the following line:&lt;BR /&gt;;;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .name&amp;nbsp;&amp;nbsp; "dsp32.s"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(3) Change the lines which use EQU to use .equ instead (note the leading '.'), e.g:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CACR&amp;nbsp;&amp;nbsp;&amp;nbsp; .equ&amp;nbsp;&amp;nbsp;&amp;nbsp; $002&lt;BR /&gt;&lt;BR /&gt;(4) For lines which use indexed addressing, you must explicitly specify the index length (always long for ColdFire), e.g. change&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; lea&amp;nbsp;&amp;nbsp;&amp;nbsp; (a0,d1),a2&amp;nbsp; -----&amp;gt;&amp;nbsp; lea&amp;nbsp;&amp;nbsp;&amp;nbsp; (a0,d1.l),a2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(There are about 8 lines like this)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 18:07:37 GMT</pubDate>
    <dc:creator>SimonMarsden_de</dc:creator>
    <dc:date>2008-11-24T18:07:37Z</dc:date>
    <item>
      <title>FFT on MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/FFT-on-MCF5485/m-p/204756#M9624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;Hey guys, I'm trying to get the freescale FFT (included as the attachment) to work on the MCF5485 using CW 7.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue I have is the source code (written in assembly) doesn't compile. I attached the compile errors via a screen shot. The only file I included in the project was the one attached, DSP32.s. (renamed to DPS.txt because the forums won't let me attach the *.s file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any idea how to get this FFT to work on the target platform?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jay&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/FFT-on-MCF5485/m-p/204756#M9624</guid>
      <dc:creator>JShilinski</dc:creator>
      <dc:date>2008-11-24T07:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: FFT on MCF5485</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/FFT-on-MCF5485/m-p/204757#M9625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hello Jay&lt;BR /&gt;&lt;BR /&gt;Getting this file to assemble with CodeWarrior should be quite easy. You need to do four things:&lt;BR /&gt;&lt;BR /&gt;(1) Add this as the first line:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .option processor=mcf5485&lt;BR /&gt;&lt;BR /&gt;(2) Comment out the following line:&lt;BR /&gt;;;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .name&amp;nbsp;&amp;nbsp; "dsp32.s"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(3) Change the lines which use EQU to use .equ instead (note the leading '.'), e.g:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CACR&amp;nbsp;&amp;nbsp;&amp;nbsp; .equ&amp;nbsp;&amp;nbsp;&amp;nbsp; $002&lt;BR /&gt;&lt;BR /&gt;(4) For lines which use indexed addressing, you must explicitly specify the index length (always long for ColdFire), e.g. change&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; lea&amp;nbsp;&amp;nbsp;&amp;nbsp; (a0,d1),a2&amp;nbsp; -----&amp;gt;&amp;nbsp; lea&amp;nbsp;&amp;nbsp;&amp;nbsp; (a0,d1.l),a2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(There are about 8 lines like this)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 18:07:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/FFT-on-MCF5485/m-p/204757#M9625</guid>
      <dc:creator>SimonMarsden_de</dc:creator>
      <dc:date>2008-11-24T18:07:37Z</dc:date>
    </item>
  </channel>
</rss>

