|
|
View previous topic :: View next topic |
Author |
Message |
Nick Guest
|
Do nanowatt pic chips program differently? CCS Supported? |
Posted: Fri Aug 06, 2004 12:01 pm |
|
|
I am currently using a pic16f876, since i will be going to battery driven I'm looking at the picf16737 (nanowatt). My JDM programer does not show it supported and the CCS compiler doesnt have a 16f373.h file just a 16f73.h
Does anyone know if the 16f73.h file will work? Also anyone has with a jdm style programmer programmed 16f737?
Nick |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Aug 06, 2004 12:16 pm |
|
|
Quote: | the CCS compiler doesnt have a 16f373.h file just a 16f73.h |
I'm using PCM vs. 3.188, and it has it:
Quote: |
Directory of C:\Program Files\PICC\Devices
16F72 H 7,035 03-25-04 2:38p 16F72.h
16F73 H 7,476 03-25-04 2:38p 16F73.h
16F74 H 8,329 03-25-04 2:38p 16F74.h
16F76 H 7,476 03-25-04 2:38p 16F76.h
16F77 H 8,329 03-25-04 2:38p 16F77.h
16F716 H 6,343 03-25-04 2:38p 16F716.h
16F747 H 11,410 03-25-04 2:38p 16F747.h
16F767 H 10,744 03-25-04 2:38p 16F767.h
16F777 H 11,410 03-25-04 2:38p 16F777.h
16F737 H 10,744 03-25-04 2:38p 16F737.h |
|
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Fri Aug 06, 2004 12:18 pm |
|
|
You mean this file:
Code: |
//////// Standard Header file for the PIC16F737 device ////////////////
#device PIC16F737
#nolist
//////// Program memory: 4096x14 Data RAM: 367 Stack: 8
//////// I/O: 25 Analog Pins: 11
//////// C Scratch area: 77 ID Location: 2000
//////// Fuses: LP,XT,HS,EC_IO,NOWDT,WDT,NOPUT,PUT,PROTECT,NOPROTECT
//////// Fuses: NOBROWNOUT,BROWNOUT,INTRC_IO,INTRC,RC_IO,RC,BORV45,BORV42
//////// Fuses: BORV27,BORV20,MCLR,NOMCLR,CCP2C1,CCP2B3,DEBUG,NODEBUG,FCMEN
//////// Fuses: NOFCMEN,IESO,NOIESO,BORSEN,NOBORSEN
////////
////////////////////////////////////////////////////////////////// I/O
// Discrete I/O Functions: SET_TRIS_x(), OUTPUT_x(), INPUT_x(),
// PORT_B_PULLUPS(), INPUT(),
// OUTPUT_LOW(), OUTPUT_HIGH(),
// OUTPUT_FLOAT(), OUTPUT_BIT()
// Constants used to identify pins in the above are:
|
Might need to update your compiler if it is not there. |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|