Hello:
I've been poring over the datasheet sprugj5b.pdf "TMS320C674x/OMAP-L1x Processor Universal Parallel Port (uPP) User's Guide" (see page 12) and
SPRS586B.pdf "OMAP-L138 Low-Power Applications Processor" datasheet (page 243)
to find a way to configure the uPP to
1) transfer data out to a DAC under DMA control, including 16-bit parallel data and clock OUTPUT, then
2) switching the interface to transfer data in from an ADC under DMA control, including 16-bit parallel data and clock OUTPUT to the ADC.
From the text of the uPP User's Guide (page 12) , it appears that the CLOCK pin for the uPP in receive mode is an input only, while what I require is a clock output to drive the ADC which is synchronous with the START and ENABLE pins presumably provided by the uPP DMA channel.
Is there a way, without external logic, to generate this RECEIVE clock..?
Thanks,
- Bill