Shop OBEX P1 Docs P2 Docs Learn Events
Propeller DEMO: 20MHz BITstream Reader — Parallax Forums

Propeller DEMO: 20MHz BITstream Reader

Beau SchwabeBeau Schwabe Posts: 6,559
edited 2007-11-18 23:08 in Propeller 1
Originally I put this together thinking that it would work well for the Spectrum Analyzer, but it turns out that 12.5nS control with the waitcnt is a much better approach for the Spectrum Analyzer·application.

Anyway, this DEMO uses 4-COGs to read an Input pin at a·rate of 20MHz (50nS) and store 128,000 Bits of data in 6.4mS
·
Note: The VGA resolution in this DEMO was reduced to 512x192 to allocate more memory to the data Buffer.
········ The Data is stored in two Buffer locations..· Buffer1 and Buffer2 and is·interdigitated to one another as·indicated below...·
''  Buffer1 - X X X X _ X X X X _ X X X X _ X X X X _ X X X X _ X X X X _ X X X X _ X X X X
''  Buffer2 -  X X X X _ X X X X _ X X X X _ X X X X _ X X X X _ X X X X _ X X X X _ X X X X
''              
''                                                                                        
''           BIT0                                                                        BIT63

Enjoy!
·



▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe

IC Layout Engineer
Parallax, Inc.

Post Edited (Beau Schwabe (Parallax)) : 11/18/2007 11:55:05 PM GMT
Sign In or Register to comment.