如何使用PIC的内部时钟
如何在不使用外部晶振的情况下使用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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
外部时钟更准确,您有时可以在每个芯片或每个电路板的基础上校准内部时钟,但它们对温度变化等更加敏感。如果您为微控制器支付一美元或更少的费用,成本是另一个重要因素并且必须加倍或更多来添加晶体,这会影响产品价格、利润等。如果这是出于爱好,使用外部可以给您带来更好的准确性,并且无需调整,会更快乐。
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.