asking
Full Member level 5
- Joined
- Sep 21, 2010
- Messages
- 279
- Helped
- 6
- Reputation
- 12
- Reaction score
- 6
- Trophy points
- 1,298
- Activity points
- 3,377
Hi,
I am trying to run PIc16F1847 @ full speed of 32MHZ. I have set the register's as below. I am not able to understand properly datasheet. so kindly help me. The below data is true for 32mhz or am i doing something..wrong ?
But i am not sure how to check whether my PIC is running @ 32MHZ or at what frequency ? how to check with oscilloscope ?
Thanks.
I am trying to run PIc16F1847 @ full speed of 32MHZ. I have set the register's as below. I am not able to understand properly datasheet. so kindly help me. The below data is true for 32mhz or am i doing something..wrong ?
Code:
OSCCON = 0xF2; // INTOSC 32MHZ
OSCTUNE = 0X1F; // MAX FREQUNCY
But i am not sure how to check whether my PIC is running @ 32MHZ or at what frequency ? how to check with oscilloscope ?
Thanks.