Multiple cogs usage
Millhouse
Posts: 1
Hello..
I·want to generate 5bit parallel·data and the clock signal from the Propeller. Clock frequency should be 5 - 7.5MHz, so it's necessary to use multiple cogs. But I'm not sure how to implement this.·Can anybody give me·any idea or any example with comments, how does it work ??
Thanks..
I·want to generate 5bit parallel·data and the clock signal from the Propeller. Clock frequency should be 5 - 7.5MHz, so it's necessary to use multiple cogs. But I'm not sure how to implement this.·Can anybody give me·any idea or any example with comments, how does it work ??
Thanks..
Comments
If you look in Graham Stabler's Thread Index (http://forums.parallax.com/showthread.php?p=609066) under Visual, you'll find a link to "VGA 1600 x 1200 Tile Driver" which would be a reasonable model. This uses several synchronized cogs to build scan lines, then output them as VGA.
Steven