Prasanna
Prasanna

Reputation: 4703

How to use Internal Clock of PIC

How to use the PIC micro controller's internal clock without using an external crystal? Why most people prefer external crystals? Better if somebody can give a comparison

Thanks

Upvotes: 0

Views: 2358

Answers (1)

old_timer
old_timer

Reputation: 71526

externals are more accurate, you can sometimes calibrate internal clocks on a per chip or per board basis, but they are going to be more sensitive to temperate change, etc. Cost is another big factor if you are paying a buck or less for the microcontroller and have to double that or more to add the crystal that can affect the product price, margins, etc. If this is for hobby stuff, using an external gives you better accuracy and no tuning, more happiness.

Upvotes: 1

Related Questions