PIC C Compiler question

Ask and answer questions, share tips and resources for installing lighting and other electronics in your models.

Moderators: Sparky, Moderators

Post Reply
User avatar
Pat Amaral
Posts: 3730
Joined: Fri Jul 12, 2002 2:44 pm
Location: Ok, I'm here. You can start now

PIC C Compiler question

Post by Pat Amaral »

I'm going through Predko's book, 123 PIC Microcontroller Experiments for the Evil Genius. The various projects in the book call for using the MPLAB IDE suite in conjunction with the PICC Lite Compiler. I'd like to use the software mentioned in the book to make completing the projects easier without having to translate them to a different platform but I'm having trouble locating a copy of PICC Lite. Microchip has a Hi-Tech C Compiler available for download. Does anyone know if this is the same (re-titled, updated version) as PICC?

Also, will this work with the PICKit1 programmer? That's what I have to work with right now.

Thanks in advance,
Pat A.
=============================
50% Nerd, 50% Geek, 100% Cool
User avatar
tetsujin
Posts: 2353
Joined: Mon Feb 28, 2005 6:08 pm
Contact:

Post by tetsujin »

I'm not sure, but it seems like it probably is... Google searches for "picc lite" turn up mention of HI-TECH, which leads to the current HI-TECH compilers on Microchip and on HI-TECH's website...
(at any rate - if it's Microchip's recommended compiler, it's probably a good one to invest yourself in...)

The compiler or assembler you use should have no bearing on what hardware you use to write the code to the chip.
---GEC (三面図流の初段)
There are no rats.
The skulls eat them.
User avatar
Pat Amaral
Posts: 3730
Joined: Fri Jul 12, 2002 2:44 pm
Location: Ok, I'm here. You can start now

Post by Pat Amaral »

Thanks for the input tetsujin. I went ahead and loaded the HI-Tech version and it all seems to work fine.

Cheers,
Pat A.
=============================
50% Nerd, 50% Geek, 100% Cool
Post Reply