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.

Initializing configuration bits in Hi tech C complier MPLAB

Status
Not open for further replies.

Thunderhorse312

Member level 1
Joined
May 7, 2012
Messages
32
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,286
Activity points
1,526
Hi, how do i input the code for the configuration bits in C code using Hi tech C compiler and MPLAB. If you have a snippet of code about please do post it here. thank you very much!
 

/*--- Set configuration fuses ---*/

__CONFIG(INTIO & OSC_8MHZ & MCLREN & PWRTEN & BOREN & WDTEN);
 
Look in the header file for the processor.
You should find the config options near the bottom of the file.

Look in the data sheet for the default settings.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top