Export VGA pixel clock
nutson
Posts: 242
I want to·slave an FPGA (generating·graphics) to a propeller (generating text) and need to bring out the VGA pixelclock for that. Countermode "PLL internal" however does not allow an A or B pin to be set (correct?). Current plan is·to·modify·the VGA driver to·setup the second counter eaxtly as the first one, and bring that one out on a pin. Any other suggestions?
Nico Hattink····
Nico Hattink····
Comments
Post Edited (kuroneko) : 6/9/2009 12:20:35 PM GMT
I guess what they wanted to point out in the manual is that internal mode only is useful in case you run the video generator with it. But in opposite to the other two PLL modes you safe the pin(s).
Post Edited (MagIO2) : 6/9/2009 12:38:54 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
How close are you to generating HDMI ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There is a fine line between arrogance and confidence. Make sure you don't cross it...
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
MOVI CTRA,#%00001_110 "PLL internal mode"
into
MOVI CTRA,#%00010_110 "PLL single ended"
and it works fine
Now if we could only get the pixel clock to only output during active pixels without using external logic...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Las - Large model assembler for the Propeller (alpha version this week)
Largos - a feature full nano operating system for the Propeller
www.mikronauts.com - a new blog about microcontrollers
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm