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

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | TMS320C6x | Interfacing C6713 DSK to PC

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

  

Post a new Thread

Interfacing C6713 DSK to PC - ee_e...@yahoo.com - Oct 3 10:41:52 2007



Hi,
I need to send some data from the C6713 DSK to PC.
I prefer to save it as a file as well.
Where can I find some information on this?
Any help provided in libraries or documentation of the C6713 DSK?
Regards



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

Re: Interfacing C6713 DSK to PC - Jeff Brower - Oct 3 11:55:57 2007

e...@yahoo.com wrote:

> I need to send some data from the C6713 DSK to PC.
> I prefer to save it as a file as well.
> Where can I find some information on this?
> Any help provided in libraries or documentation of the C6713 DSK?

You can do it via CCS using file I/O functions in your DSP C code, but that method is
slow and may interfere with real-time DSP code because a) it's JTAG based (relatively
slow serial interface) and b) serial data is forced through a chunk of undocumented
proprietary circuitry on the DSK put there by Spectrum Digital.

One alternative is the EducationalDSP HPI daughtercard, mentioned by Fariza Dion
Prasetyo in her post.  This method is similar to what TI used to offer with the DSK
6711 board -- operating outside of CCS using a driver and DLL.  The data rates are
much higher and it's straightforward to integrate with file I/O functions in Visual
Studio or .NET C/C++ programs.

-Jeff



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