Is there a good resource for getting started with the AD725 (or AD724) and the Arduino or Aduino Due? I need to make a gui (possibly using bitmaps) that outputs s-video and composite.
Thanks in advance
Is there a good resource for getting started with the AD725 (or AD724) and the Arduino or Aduino Due? I need to make a gui (possibly using bitmaps) that outputs s-video and composite.
Thanks in advance
are you planning on trying to output / generate the composite color or RGB. RGB of course would be way easier than comp.
Using timers directly to output pins to generate the basic sync HS and VS may also help with a stable display. I also think the ARM has DMA capability, the TI ARM (TIVA C) boards do so this also can off load the CPU from dealing with most of the output work
Thanks, Peter.
The Due does have a DMA controller.
Yes, RGB and the sync signals. How-to?
Thanks, Peter.
The Due does have a DMA controller.
Yes, RGB and the sync signals. How-to?