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

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

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

  

Post a new Thread

GEL ?? - simha j - Feb 1 8:36:00 2002

hi,

I am using CCS v2.0(eval) for 'c621x.
I was running the example programs(related to
dsp/bios)
that comes along with ccs.
In one of the programs, GEL control has been used to
increase
the load on cpu. and it also says that using GEL will
halt the
processor. so to debug in real time we go for RTDX.

My doubt is :
1. When I use Gel to vary the load in CCS, how does
this information gets
transferred to physical DSP ???
Is it through JTAG interface (in case of custom
boards). ??
If yes, what are the interface functions (in case of
GEL control)
between CCS and the program running on physical DSP ??
2. Is there any way to save the on-line help that
comes with CCS-2.0
30 day eval ???

thanks



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: GEL ?? - txtdillon - Feb 21 22:56:00 2002

1. The information in GEL is transferred to the target via the JTAG
emulation interface.

GEL is a scripting language used in CCS and meant for debug. If you
want access from the host to the target, for example, you may need an
API that is supplied via a host library.

One such library is the Win32 DLL on the DSK. It allows access of
the DSP from a Windows program and is fully documented in the Help
files for CCS. Please note this API assumes you are using the
parallel port interface to the HPI on the DSP and NOT JTAG.

There is another API which gives you access to the target via JTAG
and that is RTDX, which is documented in CCS docs and app reports on
the TI web.

There is an API available in the CCS SDK, for developers to access
the CCS functionality. This is meant primarily for creating plugins
to CCS.

2. At this time there is no way for you to print the on-line help.
But you may be able to get some docs, like the DSK help, from the TI
Product Information Center.

Regards,
Tom Dillon


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

Re: Re: GEL ?? - Arius - Rick Collins - Feb 22 6:43:00 2002

At 05:56 PM 2/21/02, you wrote:
...snip...

>2. At this time there is no way for you to print the on-line help.
>But you may be able to get some docs, like the DSK help, from the TI
>Product Information Center.

Tom,

This last point is an excellent reason to NEVER provide help files as the
only means of documentation. I recently had to call the support line to
try to get documentation on the C6711 DSK hardware. There is nothing on
either of the CDs that came with the DSK (other than the schematic) and I
could find nothing on the TI web site. The result of the call was that it
is in the help files with the DSK version of CCS. I did find it there, but
it is very limited and being in a HELP file is a major PITA!!!

All I can say is... WHAT WERE THEY THINKING???

One simple PDF file with the block diagram, some notes on the operation of
the functional blocks and a listing of each IO connector pinout with
consistent signal names would be all that was required.

Is this something that you need to contract out? I am available for
consulting as a documentation engineer. :)
Rick Collins
Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX


______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



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

RE: Re: GEL ?? - KRUCHIO Gabor - Feb 22 9:04:00 2002


> 2. At this time there is no way for you to print the on-line help.
> But you may be able to get some docs, like the DSK help, from the TI
> Product Information Center.

Try to use Help2RTF from Herdsoft
(http://www.herdsoft.com/catalog/ehlp2rtf.html).

Gabor


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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