Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Discussion Groups

Discussion Groups | Freescale DSPs

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

Search Results for "cw5"

  

Post a new Thread

Can one use CW5.1 and CW6.1 on same computer?   [2 Articles]

Pete Becher - Jul 22 2004
Hi All, Just wondering if CW5.1 and CW6.1 for 56F8XXx can coexist on the same computer without any problems. Is anyone using it that way? I am just afraid of h... Can one use CW5.1 and CW6.1 on same computer?

AW: Can one use CW5.1 and CW6.1 on same computer?

Bende Georg - Jul 22 2004
I have CW5.0, CW5.1 and CW6.0 working parallel without probs. Georg Bende Softwareentwickler Abteilung Elektronik Dr. Fritz Faulhaber GmbH & Co KG Daimlers... AW:  Can one use CW5.1 and CW6.1 on same computer?

Flash application without ext memory for DSP56F803   [2 Articles]

Krzysztof Gruszka - Jun 26 2002
Hello, please be so kind and help me. I am newbie in CodeWarrior and I need to program DSP56F803 as single chip without external memory. I can't find correct way... Flash application without ext memory for DSP56F803

CW5.1 Predefined Macro for Target Board   [2 Articles]

kj831ca - Nov 19 2003
Hi, Does anybody know if there is a predefined macro that would allow me to know which target board is being used in the project? I'm trying to write my own on... CW5.1 Predefined Macro for Target Board

Using bitfields   [4 Articles]

Bende Georg - Feb 7 2005
Hi CodeWarriors, I'm using bit fields very extensively in my software. Recently I had a very strange bug: the values of these bit fields were corrupted if there ... Using bitfields

DSP56807, CW6.1 stack problem

t_karin1 - Oct 26 2004
I am working on DSP56807, with SDK2.5 with uCOS-II RTOS. till now I was working with CW5.1 and everything was great. However I recently switched to CW6.1 and sin... DSP56807, CW6.1 stack problem

AW: Using bitfields

Bende Georg - Feb 7 2005
Hello, > Have you tried wrapping "interrupt-disable" and "restore interrupt level" > around the at-risk code? (Just to prove that interrupts are breaking it.) ... AW:  Using bitfields

A question about SDK?   [3 Articles]

Gonggh - Sep 18 2002
HI all: Using Codewarrier for 56800 5.0 and Motorola SDK2.5, can I create a project using internal pFLASH and external xRAM on DSP56805EVM. The default setting fr... A question about SDK?

56800e Inline assembler and inline functions

jack...@motec.com.au - Mar 8 2006
Hi, I have a couple of questions about inline assembler and inline functions in the 56800E compiler under CW5.6 Question 1: Is there anyway to use members of a C struct in t... 56800e Inline assembler and inline functions

Interrupt/context problem?   [6 Articles]

Jarrid Gross - Oct 7 2002
I have been having some tough problems all along, and had hoped that upgrading to CW5.0 + 5.02 patch would cure me, but it didnt... Heres what happens. ... Interrupt/context problem?

strange var assignments in CW5.0.4 w/sdk 2.5 - dsp56807

vagenta - May 9 2003
I am having very odd variable assigments when using the debugger. Multipart question: 1. First with #defines. In order to access a direct memory location on th... strange var assignments in CW5.0.4 w/sdk 2.5 - dsp56807

Multiple ADC / 805 / SDK2.5 / CW5 question

chaderry - Jan 19 2004
First off - I apologize if this message reaches some of you twice; I tried two days ago to post by email and yahoo - for the same reason it refuses to accept eve... Multiple ADC / 805 / SDK2.5 / CW5 question

RE: Problem with view memory - swapped bytes

Richard Kis - Aug 27 2002
Download a patch for CW5.0 (current version is 5.02) from Metrowerks web. CW 5.0 used little endian format in its new memory view. CW 5.01 and higher using the big ... RE:  Problem with view memory - swapped bytes

AW: 56F826 - placing large constant data array in Program Flash

Bende Georg - Jun 10 2003
First, you need to edit the linker_flash.cmd file, in order to create a section in the pflash memory. I do it like this: (56f803) .pflash (RX) : ORIGIN = 0x0000, ... AW:  56F826 - placing large constant data array in Program Flash

RE: CW Debugger Stack Window Question   [4 Articles]

Litinas, Terry - Sep 14 2004
Rick, This probably won't help much but I have a similar problem with CW5.1 and the 56F807. I worked with Metrowerks tech support for about 2 months last year ... RE:  CW Debugger Stack Window Question

RE: [motoroladsp_unmoderated] Interrupt/context problem?

Art Johnson - Oct 7 2002
We have had problems with the MSCAN error interrupts (as I'm sure you've already read about), but I developed a work around that fixed the problem. It's described i... RE: [motoroladsp_unmoderated] Interrupt/context problem?

RE: Re: RE: Help!About location of global variable using CodeWarrior[motoroladsp5

Art Johnson - Nov 8 2002
Here's how we do that sort of thing here (an example from one of our products, in the "linker.cmd" file): In the "MEMORY" section: .xExtUartA (RW) : ORIGIN ... RE: Re: RE: Help!About location of global variable using CodeWarrior[motoroladsp5

RE: Putting 'const' data into P memory   [3 Articles]

Art Johnson - Oct 2 2002
This does not work for us, please see my earlier postings to this discussion group that explain why we cannot put any data that is used by the normal operation of t... RE:  Putting 'const' data into P memory