Hi all,
First of all: I'm rather new to the DSP world and I have to start with a non-trivial task...
I have the TMS320C6455 EVM board. I need to interface it with an external ADC which runs at about 80MSPS.
I have two options:
a) an ADC with a serial LVDS output (which thus sends digital data _very_ quickly; approx at 800Mhz)
b) an ADC with a parallel CMOS/TTL output (which sends 8 digital bits at much lower speed; approx at 80Mhz)
I wonder:
1) what is the best choice? I think it's b) given that it's very very difficult to operate a digital link at 800Mhz between two separed boards connected by a (hand-made!!) cable
2) which digital bus should I use?
For solution a) I've been looking at the McBSP bus documentation. I couldn't find info about its speed however.
For solution b) I've been looking at the HPI and EMIF interfaces; both however seem to be coinceived for external memory interfacing (address & data). I couldn't find info about their speeds, too :(
Any hints?
Thank you very much indeed,
Francesco Montorsi