A few weeks ago i had discussions on here with Benj regarding I2c and the outcome was the pins had not been configured correctly for the 16f18325
On a different topic but the same IC
I have set the clock source under the configure window of project options to "HFINTOSC 32MHZ"
reading the datasheet for the device it seems that this clock is programmable for clock speed.
When i go to the General options tab and select a speed there is no difference that occurs on the clock speed.
Is this the correct way of doing this or am i missing a trick
Thanks
Dave Kilshaw
16f18325 clock selection
Moderator: Benj
-
- Posts: 18
- Joined: Thu Dec 20, 2012 12:31 pm
- Has thanked: 2 times
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: 16f18325 clock selection
The speed in the general settings is used to calculate timing, baudrates etc. Not to program the chip to run on a different speed. You will need to use a C code icon with the appropriate code for that to happen.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis