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

Sponsor

DM6467T DaVinci video processor enables H.264 1080p decoding up to 60 fps/eight D1 channel encoding.
Details Here!

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Freescale DSPs


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

Search Results for "cw6"

  

Post a new Thread

DSP56858EVM, CW6.0 & SDK2.0E   [2 Articles]

thisalfkatz - Mar 4 2004
Have just received my EVM, copy of CW6.0 (patched to 6.0.1) and SDK2.0E. Following th instructions in the targetting manual, I get to 1.2.4 Step 3 (execute a builda... DSP56858EVM, CW6.0 & SDK2.0E

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?

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

ADS56800 ?

Stefan Stenzel - Mar 1 2004
Moin, So CW6 and my DEMO Board were up and running, but after having tried to install the hacks for using ads56800 I am back where I was last week, nothing wor... ADS56800 ?

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?

PC Master with PE?   [2 Articles]

tomppi01 - Jul 7 2004
Hi, Does anybody know how to set up the PCMaster with PE and CW6.1? My application stops every time I start the PC Master. I get the message: Scope error. ... PC Master with PE?

CAN Functionality Options for DSP56F804EVM   [2 Articles]

jamessconnors - Mar 12 2004
Hi, I am working with SDK3.0 and CW6.0. I have the big problem of not having the premium features that come with SDK3.0 The CAN Driver is a premium feature. Is... CAN Functionality Options for DSP56F804EVM

Looking at registers   [5 Articles]

Robert Wood - Mar 24 2004
Hi Folks, It's dawned on me recently that one of the worst things about Codewarrior is the fact that you can't see the contents of registers as you step through ... Looking at registers

S7 record incorrect

bblaundry - Mar 10 2004
Hello all, I'm using CW6.0 and generating S-record files for downloading. For some reason, the S7 portion of the file has the wrong address of the correct entr... S7 record incorrect

Setting up a buffer in assembly   [2 Articles]

bblaundry - Mar 5 2004
Folks, I hope this is a quick question. I'm using CW6.0 for a 56826 and getting the following error when trying to compile the project. "No active section i... Setting up a buffer in assembly

MC56F835x.h SCI0 & SCI wrong in CW 6.0.1   [2 Articles]

Corey, Rick - Jun 15 2004
Hello John Wieners, one of our engineers, just found a typo in MC56F835x.h (a list of register address #defines) in the directory : C:\Program Files\Metrower... MC56F835x.h SCI0 & SCI wrong in CW 6.0.1

RE: Using bitfields   [2 Articles]

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

RE: inline assembly

Corey, Rick - May 11 2005
Hi Haoyeshen Look at the manual "Targeting MC56F83xx/DSP5685x Controllers", also called: "CodeWarrior(tm) Development Studio for Motorola® 56800/E Hybrid Controllers: ... RE:  inline assembly

PE Question:   [2 Articles]

Johnson, Jerry - Jun 28 2004
PE Question: While using Metrowerks CW6.1.1  processor expert tool, to generate code for the 56F8357EVM, I am having a problem with the automatically generated... PE Question:

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

RE: allocating variables in data rom

Estevam Fabio-R49496 - May 26 2004
Hi Robert, I am using CW6.0 and the array that I declared as const is properly allocated in X Flash memory (starting in X:0x1800 for the 56F826). For exa... RE:  allocating variables in data rom

initializing an extern crashed the compiler: CW6.1 for 56800/E

Corey, Rick - May 11 2005
Hi All By mistake, I happened to init an externed struct (see sample code below). That is a syntax error, but instead of just getting a compile error, the IDE cra... initializing an extern crashed the compiler: CW6.1 for 56800/E

AW: Looking at registers

Bende Georg - Mar 24 2004
To view the registers: View/Registers :))) Bonus question: ALT+F7 Debugger/M56800 Target and uncheck "use flash config file" Georg Bende Softwareentwic... AW:  Looking at registers

RE: RE: modulus (%) affects interrupts?

Corey, Rick - Apr 8 2004
Hi Ron First, I'll just mention that even blocking interrupts entirely around that modulus code did not seem to solve the problem either! I used: "#define __EI... RE:  RE: modulus (%) affects interrupts?