Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 25, 2024, 07:51:50 19:51


Login with username, password and session length


Pages: 1 [2] 3 4 5 6 7
Print
Author Topic: Which Pic C compiler do you like?  (Read 29338 times)
0 Members and 1 Guest are viewing this topic.
bliviudaniel
Newbie
*
Offline Offline

Posts: 27

Thank You
-Given: 25
-Receive: 9


WWW
« Reply #25 on: December 24, 2007, 12:13:32 12:13 »

I work with Hi-Tech PICC for PIC16 and PIC18. This is mainly because I prefer to have one single platform for PIC16 and PIC18. Another reason is that I don't like CCS because it's not ANSI. I like to make my own peripheral drivers.
Logged

BLD
pak
Junior Member
**
Offline Offline

Posts: 61

Thank You
-Given: 5
-Receive: 17


« Reply #26 on: December 24, 2007, 03:50:02 15:50 »

    For beginner, Not much knowledge of microcontroller, I suggest to use CCS compiler because it is easier to understand about microcontroller and a lot of example for more understanding of compiler as well. But you must have C prog skill. Version 4 and above, driver files can be used such as keybd.c, lcd.c. The most I like CCS best is its built-in functions like delayms(500); it's really great for managing time frames.
    I find HiTech for adv user. the complier dose not come with useful examples and it assume that the user has knowledge of microcontroller.
Logged
sabri2008
Guest
« Reply #27 on: December 24, 2007, 04:05:51 16:05 »

MikroC is more usefull for biginner thinks to its library.
Logged
schlen
Newbie
*
Offline Offline

Posts: 11

Thank You
-Given: 2
-Receive: 0


« Reply #28 on: December 25, 2007, 12:19:15 12:19 »

hi,
i use proton, but i want to use micro c. I ll use it after take it.
Logged
siwat2
Guest
« Reply #29 on: December 25, 2007, 03:07:05 15:07 »

I use HI-Tech PICC ,but now I'm testing CCS. I can't see the difference.

WatT
Logged
emulento
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 0
-Receive: 1


« Reply #30 on: December 25, 2007, 11:47:33 23:47 »

PICC from CCS.
Logged
future
Newbie
*
Offline Offline

Posts: 16

Thank You
-Given: 10
-Receive: 7


« Reply #31 on: December 25, 2007, 11:56:20 23:56 »

C30 from microchip
Logged
softjad
Junior Member
**
Offline Offline

Posts: 51

Thank You
-Given: 12
-Receive: 95


« Reply #32 on: December 26, 2007, 11:14:48 11:14 »

PICC from CCS!
Logged

faraz101
Senior Member
****
Offline Offline

Posts: 267

Thank You
-Given: 183
-Receive: 1702


« Reply #33 on: December 26, 2007, 02:56:36 14:56 »

i use mikro c and ccs both and found ccs is more power full and also easy to learn.specially its project wizard is very attractive for me
Logged
etm503
Newbie
*
Offline Offline

Posts: 23

Thank You
-Given: 10
-Receive: 1


« Reply #34 on: December 27, 2007, 04:11:56 16:11 »

Hi,

I use CCS compiler. I had little knwoledge of embeded programming and had to learn a little standard c at first, but after that, I can do almost anything with CCS. I havent found the need to change yet

Logged
narc60
Newbie
*
Offline Offline

Posts: 17

Thank You
-Given: 12
-Receive: 1


« Reply #35 on: December 28, 2007, 06:09:03 06:09 »

Still trying to learn CCS and so far as the other posters says its easy to use. Great for a beginners like me.
Logged
8K51
Junior Member
**
Offline Offline

Posts: 80

Thank You
-Given: 86
-Receive: 40


« Reply #36 on: December 28, 2007, 08:13:04 08:13 »

Hi

No unique choice for me !

When my work is mainly 'redesign' of ready made applications
I use the original C compiler :
    USB 18F2550 (hid, cdc, mass storage) with Microchip C18
    CAN, Nokia3110 LCD... with CCS 3.49
    sometimes MikroC....
-When I build from 'white page' I prefer now BoostC:
   +Flowcode3 Demo as front end + Boost C libraries
   +Source level debugging with Mplab or Proteus
   +Programming/debugging  with ICD2
Coming from 8051 world I appreciate near Ansi compilers
and coding for easiest porting to others chips (AVR, PIC24)

Regards
Logged
kelvar
Newbie
*
Offline Offline

Posts: 13

Thank You
-Given: 4
-Receive: 1


« Reply #37 on: December 30, 2007, 10:04:24 10:04 »

For PIC16, i prefer Hi-Tech Pic-c. For PIC18, PIC24, DSPIC, etc i prefer Microchip's C18 and C30.
Logged
spkt
Newbie
*
Offline Offline

Posts: 9

Thank You
-Given: 4
-Receive: 1


« Reply #38 on: December 30, 2007, 10:53:54 10:53 »

How about MikroC?

Posted on: December 30, 2007, 11:48:59 11:48 - Automerged

I think that MikroC is very easy for beginner but I do not like it
Logged
arvind
Guest
« Reply #39 on: December 30, 2007, 03:46:42 15:46 »

I like MikroC..being a beginner it seems to be really easy..
Logged
toni999
Inactive

 Muted
Offline Offline

Posts: 5

Thank You
-Given: 51
-Receive: 6


« Reply #40 on: December 31, 2007, 12:55:06 12:55 »

hello,
I am using MIKRO C compiler too... it is work fine
Logged
rosebif
Guest
« Reply #41 on: December 31, 2007, 01:17:39 13:17 »

I like hi-tech , it has an option of optimisation
Logged
lrom
Guest
« Reply #42 on: December 31, 2007, 02:50:45 14:50 »

Microchip C18 has everything you need to code in C for PIC, and in microchip own forum you may find solutions to any problem you may have
Logged
trigo
Guest
« Reply #43 on: December 31, 2007, 04:58:58 16:58 »

Microchip C18,c30
Logged
surachai
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 0
-Receive: 5


« Reply #44 on: January 01, 2008, 07:31:56 19:31 »

My projects used 16Fxxx and  use CCS C Compiler. The IDE have project wizard i like it.
Logged
tenir
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 1
-Receive: 0


« Reply #45 on: January 06, 2008, 12:12:18 12:12 »

CCS c is easy to use but not usable with all microcontrollers. I also use CCS but I will migrate to IAR.
Logged
suresh kumar
Guest
« Reply #46 on: January 07, 2008, 12:38:44 12:38 »

i use mikro-electronica's Mikroc. it has a lot of useful library functions. a free version of the software is downloadable from mikroelectronica's website. the free version is limited to program sizes of 2kb(600 lines of codes approximately)

Logged
huat
Guest
« Reply #47 on: January 07, 2008, 07:23:33 19:23 »

i want to download ccs please tell me i am an inactivate user??? Cry Cry Cry

Posted on: January 07, 2008, 08:12:06 20:12 - Automerged

ccs  Grin Grin Grin
Logged
softjad
Junior Member
**
Offline Offline

Posts: 51

Thank You
-Given: 12
-Receive: 95


« Reply #48 on: January 07, 2008, 08:20:20 20:20 »

i want to download ccs please tell me i am an inactivate user??? Cry Cry Cry

Posted on: January 07, 2008, 08:12:06 20:12 - Automerged

ccs  Grin Grin Grin

Last version available for download
http://www.sonsivri.com/forum/index.php?topic=7989.0
Logged

lionking
Guest
« Reply #49 on: January 07, 2008, 09:02:05 21:02 »

hi. i have just start interest pic but i dont know which compiler is good for me and i want to start it any program which can start beginer continue up to professionel programming by the way i know c.
thank you !
Logged
Pages: 1 [2] 3 4 5 6 7
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC