Difference Between Different CLKMODE Parameter Selections
Hi, this is my first post and first time to use Propeller chip in advance. Hello to all propeller users.
is there any difference between these two calls ? Or they are just for convenience ?
Thank you for your kindness.
_clkmode = XTal1 + PLL16X _xinfreq = 5_000_000 ----------- _clkmode = 80_000_000
is there any difference between these two calls ? Or they are just for convenience ?
Thank you for your kindness.
Comments
The clockmode does not keep the clock-frequency! With clockmode you decide which PLL and which internal capacitors to use or if you wanna use the internal clock-generator.