
Forums Search for: PICC
What Processors for PICC 8.05PL2
inHi to the list, I just extended the support on our PICC compiler (now 8.05PL2), and when I select the midrange processor (HPDPIC ide),...
Hi to the list, I just extended the support on our PICC compiler (now 8.05PL2), and when I select the midrange processor (HPDPIC ide), I get a table of PICs, with the right hand column clipped in half. They are are 16F8xx, and an 'L' (?), but I've had to guess on the processors. Anyone have the last column data? HPDPIC is workable, but I'm waitin
PIC16F628 support in PICC Lite
inPeople: PICC Lite lists 16F627 but not 16F628 as a supported device. The include file, 16f6x.h has comments pertaining to...
People: PICC Lite lists 16F627 but not 16F628 as a supported device. The include file, 16f6x.h has comments pertaining to 16F628 and a #ifdef referencing a symbol called _16F628. Can I target the 16F628 and use its 2K of program memory or will they prevent that?
Declaring a function in PICC-LITE
inI'm using MPLAB 8.43 (full installation, including PICC 9.70) in WINE (wine-1.0.1-174-gc4039bd) in antiX Linux M8.2. I'm having difficulty...
I'm using MPLAB 8.43 (full installation, including PICC 9.70) in WINE (wine-1.0.1-174-gc4039bd) in antiX Linux M8.2. I'm having difficulty with code that worked fine in MPLAB v8.10 and HI-TECH C PRO v9.60PL3 (free version) in Windows XP. For the complete code, go to http://www.jasonhsu.com/swrwatt-c.txt When I click on "Build", the build fails, and I get the following error messages: ...
How to install a C compiler in MPLAB v5.70?
inI have download PICC Lite Compiler form the website of HI-TECH.The document of this C compiler said it support to MPLAB 6.xx.But...
I have download PICC Lite Compiler form the website of HI-TECH.The document of this C compiler said it support to MPLAB 6.xx.But I can see the option of it in MPLAB v5.70.In "Project->Install Language Tool" I have selected "PICC Lite Compiler".Yet I open the dialog box again,the o
MPLAB 5.70.40 is integrated with HI-TECH PICC compiler v8.02 PL1
inI have integrated MPLAB 5.70.40 with HI-TECH PICC compiler v8.02 PL1 but failed.When I only compiled just a simple .c file,it...
I have integrated MPLAB 5.70.40 with HI-TECH PICC compiler v8.02 PL1 but failed.When I only compiled just a simple .c file,it appear this message:MPLAB is unable to find output file "DELAY.HEX". This may be due to a compile, assemble, or link process
PIC User Interface Help requested
inHello, My initial searches have produced little information and if someone here could point me in the right direction it would be great. I...
Hello, My initial searches have produced little information and if someone here could point me in the right direction it would be great. I am building a smart battery charger. The interface is constructed from a PIC16F877A, a 16x2 parallel LCD display, and 4 switch inputs. I am using Hi-Tech PICC for a compiler. And yes, I know C will produce large code and ASM would be better but I just ...
breakpoints within interrupts
in>Date: Wed, 26 Mar 2003 22:19:26 +0530 >To: "ben" <> >From: Naveen <> >Subject: breakpoints within interrupts > >Hi All, ...
>Date: Wed, 26 Mar 2003 22:19:26 +0530 >To: "ben" <> >From: Naveen <> >Subject: breakpoints within interrupts > >Hi All, >I'm using MPLAB v6.13 along with Hi-Tech PICC compiler v8.01 PL3. >I'm unable to set breakp
problems with PIC12F675 GPIO
inHi, I've just started a project using a PIC12F675. Just to get started I'm trying to drive all of the port pins high, but I'm having no...
Hi, I've just started a project using a PIC12F675. Just to get started I'm trying to drive all of the port pins high, but I'm having no success. I'm aware that the ports have multiple functions and need to be set up. I don't seem to have nay control over any of the pins. I'm using HI Tec PICC lite embedded into MPLAB 8.1. My code is: /* PIC 12F flash.c */ #include "pic12f6x.h" vo...
How to use malloc() and free() in PICC?
in
I have writed a simple program like this:
/* ******************************* */
#include
I have writed a simple program like this:
/* ******************************* */
#include
