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

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C6x | How to transfer data using Parallel Port of DSK 6711?

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

  

Post a new Thread

How to transfer data using Parallel Port of DSK 6711? - Hiren Gajjar - Nov 30 9:15:00 2004


Respected Memebers,

I have an application on TMS320C6711 IDK which is
DSK 6711 with the daughter video card. I need to take
the images from the video and by applying the optic
flow algorithm, driving the vehicle.

The idea is to have a driver less vehicle which
will be driven by the algorithm for optic flow. I need
to send the control singals (Start, Stop, direction)
to vehicle. DSK is only having one parallel port for
I/O.

So, could anybody help me out with this? How to
use parallel port as output port and if possible any
example programs. As I am bit new to this field any
help in this regards is appreciated.

Thank you,
Hiren Gajjar.
__________________________________




______________________________
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: How to transfer data using Parallel Port of DSK 6711? - Jeff Brower - Dec 6 4:53:00 2004

Hiren-

If I understand you correctly, you want the DSK C6711 board (with IDK
video daughtercard) to run "stand-alone", using power from the vehicle and
booting from Flash EEPROM, to provide output signals to control circuitry
that drives the vehicle.

In that case, I might suggest using either GPIO pins or interface to the
daughtercard connectors using async interface and/or different memory
space than the IDK daughtercard.

If you are going to use the parallel port, then you pretty much need a PC
parallel port on the other side; in that case you could read C6711 memory
via the HPI every few msec to get updated control data.

There is no way that I know of to go in "reverse direction" through the
SMSC controller on the board. One major problem is that the HPI port is
"target only" and does not have a way to initiate transfers.

-Jeff

> I have an application on TMS320C6711 IDK which is
> DSK 6711 with the daughter video card. I need to take
> the images from the video and by applying the optic
> flow algorithm, driving the vehicle.
>
> The idea is to have a driver less vehicle which
> will be driven by the algorithm for optic flow. I need
> to send the control singals (Start, Stop, direction)
> to vehicle. DSK is only having one parallel port for
> I/O.
>
> So, could anybody help me out with this? How to
> use parallel port as output port and if possible any
> example programs. As I am bit new to this field any
> help in this regards is appreciated.
>
> Thank you,
> Hiren Gajjar.


______________________________
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 )