Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Post a new Thread
Info on Codewarrior USB Tap - hgid...@instantel.com - Sep 15 16:13:00 2005
Hello:
I am looking for a connection to a Freescale 56858 that will work with Codewarrior’s debugger.
Currently we are talking to the DSP56858EVM through its parallel port interface and would like
faster download times. Eventually we will need to talk to our own board.
Thanks.

(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )
PCMaster recorder - Marcos Di Fazio - Sep 20 13:47:00 2005
Hi all,
I´m using SDK in a DSP56F803, and I want to get a set of data from the
target board. To acomplish this, i use PCmaster. The problem is that in
PCmaster i get the following mesage "waiting for the first trigger".
I read a lot of documentation about pcmaster. Recently, looking the
pcmasterdrv.c provided with SDK, i found the following code in the
pcmasterdrvInit function.
#ifdef PCMDRV_INCLUDE_CMD_SCOPE
/* reset scope */
((pcmdrv_sScope *)(PCMasterComm->p_scope))->varCnt=0;
#endif
#ifdef PCMDRV_INCLUDE_CMD_RECORDER
/* reset recorder */
((pcmdrv_sScope *)(PCMasterComm->p_recorder))->varCnt=0;
#endif
I think there are an error due to the copy past technique. Maybe the
second cast must be (pcmdrv_sRecorder *). The PCMasterComm->p_recorder
pointer has the same cast in other places in the same file.
I want if anything could tell me if this is the problem causing the
message i obtain in PCmaster and if yes, how to fix this.
Thanks
Ing. Marcos Di Fazio
Boherdi Electrónica S. R. L.
www.boherdi.com.ar
Muñiz 1858
Buenos Aires
C1255ACP
Argentina

(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )
RE : PCMaster recorder - Bruno Tremblay - Sep 20 14:38:00 2005
Hi Marcos,
Interesting finding you got there. I'm working with CW7.2, Processor
Expert and FreeMaster (formally PCMaster) and the problem is still there. I
tried to have some help form Freescale but no one seem to know what to do.
I'll follow the rest of the thread if there is one.
Good luck
Bruno Tremblay
Design Engineer
Gentec
-----Message d'origine-----
De : motoroladsp@moto... [mailto:motoroladsp@moto...] De la
part de Marcos Di Fazio
Envoyé : 20 septembre 2005 13:47
À : motoroladsp@moto...
Objet : [motoroladsp] PCMaster recorder
Hi all,
I´m using SDK in a DSP56F803, and I want to get a set of data from the
target board. To acomplish this, i use PCmaster. The problem is that in
PCmaster i get the following mesage "waiting for the first trigger".
I read a lot of documentation about pcmaster. Recently, looking the
pcmasterdrv.c provided with SDK, i found the following code in the
pcmasterdrvInit function.
#ifdef PCMDRV_INCLUDE_CMD_SCOPE
/* reset scope */
((pcmdrv_sScope *)(PCMasterComm->p_scope))->varCnt=0;
#endif
#ifdef PCMDRV_INCLUDE_CMD_RECORDER
/* reset recorder */
((pcmdrv_sScope *)(PCMasterComm->p_recorder))->varCnt=0;
#endif
I think there are an error due to the copy past technique. Maybe the
second cast must be (pcmdrv_sRecorder *). The PCMasterComm->p_recorder
pointer has the same cast in other places in the same file.
I want if anything could tell me if this is the problem causing the
message i obtain in PCmaster and if yes, how to fix this.
Thanks
Ing. Marcos Di Fazio
Boherdi Electrónica S. R. L.
www.boherdi.com.ar
Muñiz 1858
Buenos Aires
C1255ACP
Argentina

(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )