Digital Wire
steprog
Posts: 227
Hello Guys,
Im looking a high speed A/D to DAC through a prop using hopefully a serial bus on each side to minimize pins.· I need to create a digital wire as a first step.· After that put integraters and other stuff in for making a control loop.· Since I would like to drive each loop with one cog.· It would be nice to use a serial bus to get data in and data out so I can put several of these loops in one prop.· Im looking for 1Mhz performance.· Any Ideals?
Thanks in advance,
Greg
Im looking a high speed A/D to DAC through a prop using hopefully a serial bus on each side to minimize pins.· I need to create a digital wire as a first step.· After that put integraters and other stuff in for making a control loop.· Since I would like to drive each loop with one cog.· It would be nice to use a serial bus to get data in and data out so I can put several of these loops in one prop.· Im looking for 1Mhz performance.· Any Ideals?
Thanks in advance,
Greg
Comments
Since a cog at 80Mhz can only execute 20 instructions per uSec pumping 1M samples/sec through using a serial protocol would seem to be just about impossible. It would be difficult even using parallel ADC/DAC's, and there would certainly not be any time for calculations.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade, RetroBlade,·TwinBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: Micros eg Altair, and Terminals eg VT100 (Index) ZiCog (Z80) , MoCog (6809)
· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
Thanks,
Greg
I'm using 5 cogs to CONTINUOUSLY input 32bits of data coming from 2 ADC's and LSA probes at 25Msps in the PropScope- WHILE looking for any type of complex trigger.
I'm using a video generator to output arbitrary 8bit waveforms at 25Msps. Coming soon!
If you can afford the pins and need the speed, I would input data in parallel from an ADC like ADC08100 and output in parallel using a resistor network...
Hanno
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Download a free trial of ViewPort- the premier visual debugger for the Propeller
Includes full debugger, simulated instruments, fuzzy logic, and OpenCV for computer vision. Now a Parallax Product!
Thats pretty slick. The video generator 8 bits would work fine. Is this something you are coming up with now?