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,
PIC C Compiler question
Moderators: Sparky, Moderators
- 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
Pat A.
=============================
50% Nerd, 50% Geek, 100% Cool
=============================
50% Nerd, 50% Geek, 100% Cool
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.
(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.
There are no rats.
The skulls eat them.
- Pat Amaral
- Posts: 3730
- Joined: Fri Jul 12, 2002 2:44 pm
- Location: Ok, I'm here. You can start now