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

Ads

Discussion Groups

Discussion Groups | Freescale DSPs | PCMaster recorder

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 )