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
maybe worth looking at the Arm Cortex in the TI Connected Launch pad then (Tiva C Connected Launchpad) Its DMA can interface from ACD to memory IO to mem etc, a very flexible system and no more expensive
Hello Peter, it's no use going to memory - you need to be able to DMA from memory to GPIO. I'm familiar with the STM32F range from ST but I'm not sure that they can do it - certainly no intended way to do so but you might be able to fool it by setting up memory to memory DMA where the destination is a GPIO port. It's this sort of thing which makes me suggest that Kizin needs to start actually playing with the chip - after all I don't think any of them were actually designed with the idea of direct video generation in mind so in all cases he'll be pushing at the limits of the chip.
@kizin - I don't suppose there is any point in me suggesting an FPGA ?
MK
If it goes one way it will go the other too, just configuration
If it goes one way it will go the other too, just configuration
Interesting, the STM32Fs don't support all the same modes for memory to memory that they do for peripheral to memory.
I'm not sure how far from Arduino Due the OP is prepared to stray .....
MK
FPGA is a good idea, though the problem is that this is basically the last point in a rather large project, so it's already completely designed around the Due.
Could I get a small example of how to generate a mhz signal?