Propeller System Clock
ImmNek
Posts: 29
Hi guys,
You guess right, I have a question related to the system clock of the propeller chip.
I read in the manual, that the internal PLL frequency is generated by 16 times the crystal frequency. And I read too, that the PLL frequency must be from 64MHz to 128MHz. So I connected a 8MHz crystal to my chip and set the clockmode to xtal1 and pll16x. Then I tested the chip loading it with some ASM-code and it works. But when I tried to run some SPIN-code, strange things happened on my chip. Can somebody explane me this effect, please?
Thanks a lot
Immanuel
You guess right, I have a question related to the system clock of the propeller chip.
I read in the manual, that the internal PLL frequency is generated by 16 times the crystal frequency. And I read too, that the PLL frequency must be from 64MHz to 128MHz. So I connected a 8MHz crystal to my chip and set the clockmode to xtal1 and pll16x. Then I tested the chip loading it with some ASM-code and it works. But when I tried to run some SPIN-code, strange things happened on my chip. Can somebody explane me this effect, please?
Thanks a lot
Immanuel
Comments
You are running the processor at 128 MHZ. This is well over the rated operating speed of 80MHZ, so I'd suspect the chip is doing unpredictable things.
Try it at 8 * PLLX8 and see if it stable.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Pull my finger!
Strangely I tried a bunch of slower crystals down to 5MHz and none of them worked. Could be my wonky home made demo board construction though.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
propeller.wikispaces.com/Oscillator
Thanks a lot for your link. It's very useful.