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

PIC Wizard output question

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



Joined: 07 Feb 2010
Posts: 39

View user's profile Send private message

PIC Wizard output question
PostPosted: Sat Feb 13, 2010 9:08 pm     Reply with quote

This is the PIC Wizard output with // added...

#include "G:\MICROCHIP-ALL\DEVELOPMENT PROGRAMS\main-3.h"
Code:

//PCW 4.104
//This is the output of PIC Wizard FOR PIC16F690. 
//Is this PIC Wizard output complete?
//PIC Wizard does not show #FUSE information. 
//How do I get the fuse information shown on main.c?

void main()
{
   setup_adc_ports (NO_ANALOGS|VSS_VDD) ;
   setup_adc (ADC_CLOCK_DIV_2) ;
   setup_spi (SPI_SS_DISABLED) ;
   setup_timer_0 (RTCC_INTERNAL|RTCC_DIV_1) ;
   setup_timer_1 (T1_DISABLED) ;
   setup_timer_2 (T2_DISABLED, 0, 1) ;
   setup_comparator (NC_NC_NC_NC); // This device COMP currently not supported by the PICWizard
   //Setup_Oscillator parameter not selected from Intr Oscillator Config tab
   // TODO: USER CODE!!

}
//end main

Thanks,
Boyce
_________________
boyceg1@gmail.com
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Sun Feb 14, 2010 12:52 am     Reply with quote

I don't have the IDE version of the compiler, but it's my understanding
that it creates a .h file, and the #fuses are in there.
Boyce



Joined: 07 Feb 2010
Posts: 39

View user's profile Send private message

PIC Wizard output question
PostPosted: Sun Feb 14, 2010 1:26 am     Reply with quote

PCM programmer wrote:
I don't have the IDE version of the compiler, but it's my understanding
that it creates a .h file, and the #fuses are in there.


You are right. Thanks.
Boyce
_________________
boyceg1@gmail.com
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