wannaBinventor
Member
I'm about 200 pages into my book on learning C. I'd like to start playing around with some simple tasks in C and seeing where I can go with it. I've come to the realization that coding in PIC ASM is a waste of time when C could do most everything much faster.
I use 16F PICs. I need something that supports all of them, including the enhanced midrange PICs. I wouldn't mind something that could be easily migrated over to the 18F or 24F in case I want to walk down that road someday.
I want a compiler that meets the following criteria:
1) Free -- or at least very cheap
2) ANSI Compatible (if this is possible)
3) Support for all 16F PICs
4) A wide enough user base where I can find support and examples online
5) Fairly easy to work with (IE: not a crapload of counter-intuitive odd peculiarities)
Suggest away!
Thanks.
EDIT:
I've noticed that the CCS compiler has a wizard that sets up all sorts of things ---- it looks like a real time saver. What is the deal with that. Is it a pretty good wizard in terms of generating efficient and accurate code? Does the Hi Tech compiler have anything like this?
I use 16F PICs. I need something that supports all of them, including the enhanced midrange PICs. I wouldn't mind something that could be easily migrated over to the 18F or 24F in case I want to walk down that road someday.
I want a compiler that meets the following criteria:
1) Free -- or at least very cheap
2) ANSI Compatible (if this is possible)
3) Support for all 16F PICs
4) A wide enough user base where I can find support and examples online
5) Fairly easy to work with (IE: not a crapload of counter-intuitive odd peculiarities)
Suggest away!
Thanks.
EDIT:
I've noticed that the CCS compiler has a wizard that sets up all sorts of things ---- it looks like a real time saver. What is the deal with that. Is it a pretty good wizard in terms of generating efficient and accurate code? Does the Hi Tech compiler have anything like this?
Last edited: