Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Boiler control application. PWM output with a PIC16F876 to control valve.

Status
Not open for further replies.
I have downloaded both the compiler and HI-TECH PICC LITE v9.50 PL2, I then select the HI-TECH PICC Toolsuite. But when a build the code i get the following error:

Code:
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\Mitchell\Desktop\PWM\pwm main.cce".
Clean: Done.
Executing: "C:\Program Files (x86)\HI-TECH Software\PICC-Lite\9.50\BIN\PICL.EXE" -C -E"pwm main.cce" "pwm main.c" -O"pwm main.obj" -Zg9 -O -ASMLIST -Q -MPLAB -16F876
Error[922]   : chip "16F876" not present in chipinfo file "C:\Program Files (x86)\HI-TECH Software\PICC-Lite\9.50\dat\picc-lite.ini"
Halting build on first failure as requested.
BUILD FAILED: Fri Aug 17 09:56:24 2012

any ideas?
 
Try sticking this in the picc-lite.ini

Code:
[16F876A]
MAKE=MICROCHIP
ARCH=PIC14
PROCID=876A
FLASH_READ=1
FLASH_WRITE=8
FLASH_ERASE=8
FLASHTYPE=READWRITE_A
IDLOC=2000-2003
CONFIG=2007-2007
EEPROMSIZE=100
ROMSIZE=2000
BANKS=4
RAMBANK=20-7F,A0-EF,110-16F,190-1EF
COMMON=70-7F
DATABANK=2
ICD2RAM=70-70,1E5-1F0
ICD2ROM=1F00-1FFF
ICD3RAM=70-70,1E5-1F0
ICD3ROM=1F00-1FFF

Other than that you need to download the PRO version and run it in lite mode ( this is what happens when you use the MPLAB install)
 
haiiii Ian,

I have downloaded both the compiler and HI-TECH PICC LITE v9.50 PL2, I then select the HI-TECH PICC Toolsuite. But when a build the code i get the following error:

Error[922] : chip "16F913" not present in chipinfo file "C:\Program Files (x86)\HI-TECH Software\PICC-Lite\9.50\dat\picc-lite.ini"
please help me....
 
[MODNOTE]Deleted Off Topic[/MODNOTE]
 
Last edited by a moderator:
Status
Not open for further replies.

Latest threads

Back
Top