Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best c compiler for the Pic18 micro [closed]

We are starting a new project based a microchip PIC18F252. What is the best 'c' compiler to use?

like image 794
Charles Faiga Avatar asked Sep 18 '08 15:09

Charles Faiga


People also ask

What is HI TECH C compiler for the PIC10 12/16 MCUs?

The HI-TECH C Compiler for PIC10/12/16 MCUs has essentially been replaced by the MPLAB XC8 compiler, which supports all the 8-bit PIC microcontrollers. You can download the latest MPLAB X IDE and XC8 compiler for free.

What is compiler in microcontroller?

Compiler is a program that transforms higher language source code(such as c code) to the lower language code(assembly language/machine code/binary code/object code). This object code can be ported on any target such as microcontroller/processor.

Is PIC compiler free?

1) MPLAB C18 Compiler MPLAB is an official software developed by Microchip for PIC Microcontroller. It is free to use and you can download it from official site of Microchip.

What language does MikroC use?

MikroC Pro is an Embedded-C compiler that allows you to convert a code written in C language to machine language. MikroC Pro for Pic is used for pic microcontroller programming in c.


1 Answers

I currently use CCS and hate it. It is so non-standard and so much of a subset of C, that it just sucks. I'm considering switching shortly. I'm going to try Microchip C18 compiler first and then I'll swallow hard and get HighTech which seems pretty solid from reviewing the trial version and samples.

like image 107
kenny Avatar answered Oct 02 '22 23:10

kenny