Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] pic 12f675 internal oscillator calibration settings?

Status
Not open for further replies.

welove8051

Full Member level 6
Joined
Jul 16, 2009
Messages
357
Helped
51
Reputation
102
Reaction score
41
Trophy points
1,308
Location
india
Activity points
3,277
hello pic geeks,
i want to use 12f675 with out xtal osc. i have problem with int osc settings in mplab. if i use mikroc pro for programming 12f675 with internal osc, do i still need to set the osc settings by myself or the software will do it by it self.

thanks in advance
 

If you use mikroC then you don't have to set it in code but select INTOSC with IO function on... option. If you use MPLAB with its supporting compilers then you can set in code using __CONFIG() in Hi-Tech PICC and #pragma config... in XC8 compilers. If you don't want to set in code then you can set it in IDE Configure>Configuration bits... menu item.
 

thanks dudes. i am using pickkit2 and with it we can easily set the osc calibration bits. its so simple
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top