Clock Configuration

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
RAMTEC
Posts: 18
Joined: Thu Jul 27, 2006 4:32 am
Location: Dominican Republic
Contact:

Clock Configuration

Post by RAMTEC »

For Nanowatt pic (Example, pic16f88) Adjust the Clock speed without using C code when you donΒ΄t have the developer board.

Ian
Posts: 110
Joined: Thu Sep 29, 2005 10:53 am
Location: Matrix Multimedia
Been thanked: 1 time
Contact:

Post by Ian »

You can set the configuration word for the various oscillator types, and can configure internal clock settings using C or ASM Code.

There are various oscillator settings for the F88 discussed in the following post.

http://www.matrixmultimedia.com/mmforum ... c.php?t=82


Other than that I'm not sure how you can modify clock speed without C code or the board (to change the clock crystal).

Any details you can give on what you are trying to do?

Post Reply