CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Do nanowatt pic chips program differently? CCS Supported?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Nick
Guest







Do nanowatt pic chips program differently? CCS Supported?
PostPosted: Fri Aug 06, 2004 12:01 pm     Reply with quote

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

View user's profile Send private message

PostPosted: Fri Aug 06, 2004 12:16 pm     Reply with quote

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

View user's profile Send private message Send e-mail

PostPosted: Fri Aug 06, 2004 12:18 pm     Reply with quote

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.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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