Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Ads

Discussion Groups

Discussion Groups | TMS320C6x | URGENT: JTAG error trying load a COFF file.

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

URGENT: JTAG error trying load a COFF file. - jcmarrupe - May 8 10:18:00 2004



Hi all,
I´m trying load a COFF file (.out) since PC using hpi, but an error
in Code Composer Studio is showed.
The error is "JTAG Communication error".

To load the COFF file I´m using 'dsk6xldr' application provided by
dsk 2.0 in 'C:\ti\examples\dsk6711\board_util\dsk6xldr' folder.

The contains of the configuration file (.cfg) I´m using is:
;CFG-2.0
;
[POD_DRVR] 'dsk6x11pp.dll'
[POD_MODE] 1
[POD_PORT] 0x378
;[POD_LOG_MAIN] 'pod_main.log'
;[POD_LOG_FUNCTION] 'pod_func.log'
;[POD_LOG_ADAPTER] 'pod_adapt.log'
;
;SCAN PATH
"cpu_a" TI320C6711

Which is the error?

Any help will be appreciated.

Thanks in advance.





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

Re: URGENT: JTAG error trying load a COFF file. - Mike Dunn - May 8 21:56:00 2004

jc [?]
 
Try it with CCS closed.  You do not need CCS for HPI and HPI does not use JTAG.
 
I am not sure what you are doing in CCS, but if it is open CCS uses the parallel port to communicate with the JTAG controller on the DSK while your program is using the parallel port to communicate with the HPI port on the DSP.  It sounds like at least one of them is getting 'confused'.
 
mikedunn

jcmarrupe <j...@yahoo.es> wrote:
Hi all,
I´m trying load a COFF file (.out) since PC using hpi, but an error
in Code Composer Studio is showed.
The error is "JTAG Communication error".

To load the COFF file I´m using 'dsk6xldr' application provided by
dsk 2.0 in 'C:\ti\examples\dsk6711\board_util\dsk6xldr' folder.

The contains of the configuration file (.cfg) I´m using is:
;CFG-2.0
;
[POD_DRVR] 'dsk6x11pp.dll'
[POD_MODE] 1
[POD_PORT] 0x378
;[POD_LOG_MAIN] 'pod_main.log'
;[POD_LOG_FUNCTION] 'pod_func.log'
;[POD_LOG_ADAPTER] 'pod_adapt.log'
;
;SCAN PATH
"cpu_a" TI320C6711

Which is the error?

Any help will be appreciated.

Thanks in advance.
_____________________________________





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