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?
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.
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.