I am trying to interface the Spectrum Digital C6747/OMAP-L137 EVM to an ADC daughter board. We're in the design stage with the daughter board and would like to pin down how we are going to get the data into the EVM. One idea is to use one of the general purpose timers on the C6747 to trigger a DMA read of ADC data on the EMIFA expansion port. I would like to use the same timer to generate the ADC clock for the daughter board on TM64P_OUT. The ADC clock on my daughter board needs to be about 10 MHz.
There is a timer example in the CSL but it doesn't use DSP/BIOS. I need DSP/BIOS for other parts of my project ex. NDK. How do I go about changing the timer example to use DSP/BIOS? Would I use PRD? There is a MUX conflict between the I2C0 used for configuring the ethernet and TM64P_OUT, but TI Support has indicated that the MUX settings could be changed after the ethernet is configured to accomodate this.
I've also considered using the PWM but it doesn't seem to be capable of triggering the EDMA.
I'm a total newbie at DSP/BIOS and Code Composer so any help would be appreciated.