Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
I bought the 56858EVM over a year ago for a hobby project but I never really used it. It came with CodeWarrior v6.0 and from what I remember, the Eval version was very limited and hard to use. Upgrading it to accept programs larger than 4KB had a huge pricetag. Is there a way to get a compiler that doesnt cost hundreds of dollars? Is there anything being developed under the GPL?
Download CW7.0 and patchv7.3. And request an 8KW free license. http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=01272600612247 Charlie --- Justin <g...@aol.com> wrote: > I bought the 56858EVM over a year ago for a hobby > project but I never > really used it. It came with CodeWarrior v6.0 and > from what I > remember, the Eval version was very limited and hard > to use. Upgrading > it to accept programs larger than 4KB had a huge > pricetag. > > Is there a way to get a compiler that doesnt cost > hundreds of dollars? > Is there anything being developed under the GPL? __________________________________________________
Respected Gentlemen,
I am using CW7.3 to program a DSP 56F8014 of Freescale.
In my code i have two variables:
unsigned char x=125;
char* y="hello";
I need to convert the value 125 of x to "125" to put it in y.
How can i do this conversion?
Tks
Danilo.
The problem is that I didn't get to locate the headerextras.h.
Where do I find this header to include in myproject?
What more I needs to be done?
Please help me with this problem.