Reply by Mark Bartelt December 30, 20072007-12-30
Jim,

The new Symphony Studio tools are now available on the Freescale website and come with some example code to get you going. You can always use the tools to pull the software out of RAM or the EEPROM assuming it hasn't been erased.

--
Mark
----- Original Message ----
From: "j...@Lehigh.EDU"
To: m...
Sent: Wednesday, December 26, 2007 1:54:35 PM
Subject: [motoroladsp] Re: DSPAUDIOEVM and Suite56

I still cannot find the passthru code in any of the user manuals. Can someone please direct me to a good source or e-mail it to me? Any help would be greatly appreciated.

- Jim
Reply by jag3...@Lehigh.EDU December 27, 20072007-12-27
I still cannot find the passthru code in any of the user manuals. Can someone please direct me to a good source or e-mail it to me? Any help would be greatly appreciated.

- Jim
Reply by Christian Langen May 24, 20072007-05-24
Dear Jamie,

please try to reset the device using the debugger (use 'force r' from the command line). If this does not work, follow all the suggested steps I gave in my previous email firstly.

By the way, is the device running the 'passthru' code after booting from the I2C FLASH ROM? If the board is connected to the command converter it should not boot from this FLASH instantly before the connection is ready and reset by the debugger.

Basically there are two main reasons for the described malfunction: the computer (this can be fixed by configuring the parallel port as described - by the way, what operation system is used?) and the evm board itself. A complete list of _all_ jumper settings both of the motherboard as well as the daughterboard could help me to find the reason why the device cannot be reset. I will check the settings then...

Regards

Christian

-------- Original-Nachricht --------
Datum: Tue, 22 May 2007 09:10:47 -0400
Von: j...@izotope.com
An: m...
Betreff: [motoroladsp] Re: DSPAUDIOEVM and Suite56

> Thank you! I really appreciate the helpful responses.
>
> I was able to assemble the passthru code and am now wrestling with the
> Suite56 debugger...
>
> I have the command converter server running with a parallel port
> connection to the DSPAUDIOEVM board. The GDS56300 debugger appears to connect to
> the command converter, but won't talk to the board - at least I haven't found
> the right combination of things. When I attempt to load the .cld file I
> created, it says the "device is not in debug mode".
>
> Geez, these tools are crude. I just got done working with both a Sharc
> and a Blackfin EZ-Kit and VisualDSP, and I guess I'm spoiled.
>
> -Jamie
Reply by jwyg...@hei.org May 24, 20072007-05-24
Many people who are working with the Freescale DSP563xx family are using the tools from Tasking.

See http://www.tasking.com/DSP56xxx/

>
>I was able to assemble the passthru code and am now wrestling with the Suite56 debugger...
>
>I have the command converter server running with a parallel port connection to the DSPAUDIOEVM board. The GDS56300 debugger appears to connect to the command converter, but won't talk to the board - at least I haven't found the right combination of things. When I attempt to load the .cld file I created, it says the "device is not in debug mode".
>
>Geez, these tools are crude. I just got done working with both a Sharc and a Blackfin EZ-Kit and VisualDSP, and I guess I'm spoiled.
>
>-Jamie
Reply by Mark Bartelt May 24, 20072007-05-24
Jamie,

You first have to reset the board via the debugger. It doesn't start up
in "debug" mode. Once you're reset with the debugger it will halt at
the beginning of bootROM and wait in debug mode for more debugger
commands.

Also, the tools are very outdated. But don't worry, a new Eclipse based
IDE is in the works and is planned for release later this year.

--
Mark

--- j...@izotope.com wrote:

> Thank you! I really appreciate the helpful responses.
>
> I was able to assemble the passthru code and am now wrestling with
> the Suite56 debugger...
>
> I have the command converter server running with a parallel port
> connection to the DSPAUDIOEVM board. The GDS56300 debugger appears
> to connect to the command converter, but won't talk to the board - at
> least I haven't found the right combination of things. When I
> attempt to load the .cld file I created, it says the "device is not
> in debug mode".
>
> Geez, these tools are crude. I just got done working with both a
> Sharc and a Blackfin EZ-Kit and VisualDSP, and I guess I'm spoiled.
>
> -Jamie
>
Reply by jami...@izotope.com May 23, 20072007-05-23
Thank you! I really appreciate the helpful responses.

I was able to assemble the passthru code and am now wrestling with the Suite56 debugger...

I have the command converter server running with a parallel port connection to the DSPAUDIOEVM board. The GDS56300 debugger appears to connect to the command converter, but won't talk to the board - at least I haven't found the right combination of things. When I attempt to load the .cld file I created, it says the "device is not in debug mode".

Geez, these tools are crude. I just got done working with both a Sharc and a Blackfin EZ-Kit and VisualDSP, and I guess I'm spoiled.

-Jamie
Reply by Mark Bartelt May 23, 20072007-05-23
Jamie,

All the daughterboards come with passthru programmed into the EEPROM
and assuming the bootmode is set properly will boot up passing audio.
The source for the code and an explanation of the code is included in
the User's Manual for the motherboard.

--
Mark
--- j...@izotope.com wrote:

> I have a Freescale/Motorola DSPAUDIOEVM board, a 56362 daughter board
> and a copy of the Suite56 tool set. What I am looking for is any
> source code examples, preferably just passthru source code that I can
> use as a starting point. Most eval boards come with some minimal
> functional project that allows you to build and run known working
> code, if only to test the development environment. This board,
> purchased from Freescale, appears to come with nothing in the way of
> functional examples.
>
> Any ideas?
>
> Thanks,
>
> -Jamie Robertson
>
Reply by Christian Langen May 22, 20072007-05-22
Dear Jamie,

here is the passthru code for the DSP5636x ('62, '66, '67 not '64) derivatives populated by daughterboards to the DSPAUDIOEVMMB motherboard.

Have fun

Christian

-------- Original-Nachricht --------
Datum: Fri, 18 May 2007 12:17:00 -0400
Von: j...@izotope.com
An: m...
Betreff: [motoroladsp] DSPAUDIOEVM and Suite56

> I have a Freescale/Motorola DSPAUDIOEVM board, a 56362 daughter board and
> a copy of the Suite56 tool set. What I am looking for is any source code
> examples, preferably just passthru source code that I can use as a starting
> point. Most eval boards come with some minimal functional project that
> allows you to build and run known working code, if only to test the
> development environment. This board, purchased from Freescale, appears to come with
> nothing in the way of functional examples.
>
> Any ideas?
>
> Thanks,
>
> -Jamie Robertson
Reply by rtur...@yahoo.de May 22, 20072007-05-22
Hello,

For a 56303EVM, I have found a lot of example programs in the FAQ part of Freescale www.freescale.com Just go to the section of 563xx processor family and check the FAQ
I have a Freescale/Motorola DSPAUDIOEVM board, a 56362 daughter board and a copy of the Suite56 tool set. What I am looking for is any source code examples, preferably just passthru source code that I can use as a starting point. Most eval boards come with some minimal functional project that allows you to build and run known working code, if only to test the development environment. This board, purchased from Freescale, appears to come with nothing in the way of functional examples.
>
>Any ideas?
>
>Thanks,
>
>-Jamie Robertson
Reply by clan...@gmx.de May 22, 20072007-05-22
Dear Jamie,

if you send me your email address I will forward you the passthru code for the DSPAUDIOEVM populated with the DSP5636x daughterboards. Sorry, it is not a good idea to attach the sources here.

Best regards

Christian

>I have a Freescale/Motorola DSPAUDIOEVM board, a 56362 daughter board and >a copy of the Suite56 tool set. What I am looking for is any source code >examples, preferably just passthru source code that I can use as a >starting point. Most eval boards come with some minimal functional >project that allows you to build and run known working code, if only to >test the development environment. This board, purchased from Freescale, >appears to come with nothing in the way of functional examples.
>
>Any ideas?
>
>Thanks,
>
>-Jamie Robertson