[PIC] Micro c OR ccs compiler

Status
Not open for further replies.

rozmad

Junior Member level 2
Joined
May 29, 2009
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,410
Hello
I want to start C programming for PIC.
What compiler do you use, I also have a library full of diverse and powerful.
Micro c OR CCS
Thank you
 

Both are good. mikroC is easy but CCS C generates better .hex file.
 
Reactions: rozmad

    rozmad

    Points: 2
    Helpful Answer Positive Rating
Libraries Which is better, more accessible and more
 

mikroC PRO PIC libraries are better. I have both and I rarely use CCS C.
 

(Personal opinion) Libraries should not be the criteria used to select a compiler. With only 2 exceptions that I can think of, it is easier to write specific functions that you exactly what YOU want them to do to interact with each peripheral device. UART and SPI peripherals are very easy to interact with but the option of blocking vs interrupt alone makes the use of library functions problematic as they need to cater for a wide range of situation where as you are really only interested in one.
The two exceptions are the IP and USB peripherals where the "user interface" is typically fairly standard but there is great complexity in the "behind the scenes" work needed to use these peripherals.
Susan
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…