Hi all Today I get JTAG xds510pp_plus but I have find a problem to install it. I have the system: ______________ |C6x DSP board |<----- Printer port ----->PC and the new one: ______________ |C6x DSP board | (<---) JTAG Interface(??) --- Printer port ----->PC(??) so have I use 2 Printer port to connect JTAG,DSP and PC ? DSP <--->JTAG \ / \ / ? PC ? or I should disconnect the Printer port connection from DSP ? Suggest me please Thanking you Regards Dibyendu Mondal |
Install JTAG??
Started by ●February 10, 2005
Reply by ●February 10, 20052005-02-10
Dibyendu,
I am not sure if you have 1 or 2 DSP boards...
If you have only 1 and it is a 6711 DSK-
For using CCS only you need
PC_par_port->xds510pp_plus->dsp_board.
If you are using a windoze program to communicate with the DSK through HPI,
you can use your original setup only [the xds510pp_plus does have better
performance]
or you must use 2 par ports
PC_par_port_1->dsp_board [HPI]
PC_par_port_2->xds510pp_plus->dsp_board [JTAG]
When you hook up the pp_plus to the JTAG connector, it will disable the
CCS/JTAG connection on port 1.
If you you have two DSP boards, then you will need 2 parallel ports [or
purchase a USB or PCI emulator].
mikedunn
dibyendu mondal <d...@yahoo.co.in> wrote:
|