maximum clock speed
cristof
Posts: 6
I was just wondering what the maximum possible clock frequency is on this chip. I was looking at the manual and it looks like you can get 16x the crystal frequency and that the maximum crystal speed you can put into the XINPUT pins is 128MHz, but I am sure that you can't get the 16x PLL to work on that high of a frequency! Can anyone tell me what is the absolute fastest clock rate at which I can run my cogs? And how can I do it?
Thanks!
Thanks!
Comments
the hiest i heard of 100 Mhz or actulay 96 when you use a 6Mhz crystal with 16x
And i heard about a 180Mhz at 5V with 16x but constantly cooled with liquid nitrogen or something...
I want to try it in a fun project wit a Mineral oil cooled chip (hole electronics submerged)
Anubisbot
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Realize that I am really a mad scientist··· and
Don't forget it!
http://raydillon.com/Images/Illustration/GameArt/WildIsle/WildIsle-Ink-ScientistClose.jpg
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Thanks!
ctra := %00100_000 << 23 + 1 << 9 + 13 'Toggle pin 13
frqa := $40_000_000 'Toggles every 4th clock (20MHz)
dira[noparse][[/noparse]13] := 1 'Set APIN to output
repeat
Post Edited (cristof) : 6/15/2007 12:09:01 AM GMT
I know mine isn't. You need a pretty high-frequency scope to accurately show a 20MHz square
wave (I'd start with at least a 100MHz scope, and even here I'd only expect to see a rough
approximation of the shape).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's not all that hard to count the number of grains of sand on the beach. The hardest part is making a start - after that it just takes time.·· Mirror - 15 May 2007
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chip Gracey
Parallax, Inc.