Hello,
I have a Rev C4 Beagleboard, running Linux Angstrom, codec-engine installed, as well as DSPLink. I have compiled and successfully run the DSPLink examples as well as the IUNIVERSAL type examples. Ideally, what I am looking to do is use DSPLink to access the two 10-bit Video DACs that are within the Display Subsystem (DSS). The OMAP35xx Tech Reference Manual mentions that there is a Video Dual-DAC Test Mode which can take 10-bit internal register values and run them through the DAC, thus bypassing the Video-Encoder. This test would be ideal so that I could test/measure the results from the S-Video port of the Beagleboard. My question is: is this something in the capacity of DSPLink? Will it allow me to reach into the DSS, put it in test mode, write some random 10-bit data to an internal register, and then use this data as the input to the Video DAC? If so, is this an algo that I would have to write from scratch, or does some sample code exist for an operation like this? Thanks.