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.

pic12f675 programming in c

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
is it not possible to program pic 12f675 in c using hitech c or any other software.


regards
kj
 

it is possible to program any chip in C or any other language.
 

But if you need more efficient code, using ASM would be a wiser choice for such limited memory devices.
 

where can we get a header file for it. i unable to find a header file for that in hitech in my pc. what can be the equivalent header file


regards
kj
 

where can we get a header file for it.

check your compiler manual.

if you cannot find it, you must not be looking hard.
 

Most compilers these days add the header files on their own. For example in HiTech if you just add either htc.h or pic.h it works. The IDE like Mplab chooses the device for you during compilation. This also makes it easier to switch between devices. If you want the header files look for "h" folder or an "include" folder in your compilers directory. in Hi- tech they are in : Program Files\HI-TECH Software\PICC\"<version>"\include
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top