Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

MPLAB compilling

Status
Not open for further replies.

Hesam Kamalan

New Member
Hi all,
I write my project in C lang. and compile it with MPLAB C compiler. but my compiler do not know my device(16F84A or 16F877A). how can i compile it?
 
Hello Hesam Kamalan,

Isn't the Microchip C18 compiler only for PIC18 series devices? Or, are you using a different C compiler Sir?

Regards, Mike
 
Hi Mike,
thanks for your help.
I use C30 compiler for my projects. is it correct? i want program 16FXXXX components only but i do not know which compiler suport that.
 
Hi Hesam Kamalan,

Neither of the Microchip C compilers support the PIC16 devices. Their C18 comiler supports PIC18 devices and their C30 compiler supports dsPIC30/33 and PIC24 devices.

If you want to program PIC16 devices in C you'll need a different compiler.

Kind regards, Mike
**broken link removed**
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top