Reply by Mike Dunn May 8, 20042004-05-08
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,
Im 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 Im using 'dsk6xldr' application provided by
dsk 2.0 in 'C:\ti\examples\dsk6711\board_util\dsk6xldr' folder.

The contains of the configuration file (.cfg) Im 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.
_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/c6x/

<*> To unsubscribe from this group, send an email to:
c...@yahoogroups.com

<*>



Reply by jcmarrupe May 8, 20042004-05-08
Hi all,
Im 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 Im using 'dsk6xldr' application provided by
dsk 2.0 in 'C:\ti\examples\dsk6711\board_util\dsk6xldr' folder.

The contains of the configuration file (.cfg) Im 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.