Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "cw6"
Post a new Thread
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... 
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... 
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... 
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... 
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... 
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. ... 
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... 
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 ... 
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... 
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... 
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... 
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.)
... 
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: ... 
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... 
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.)
... 
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... 
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... 
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... 
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... 