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 CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Reading various SFRs at run time
kgn340

Replies: 4
Views: 7488

PostForum: General CCS C Discussion   Posted: Wed Feb 14, 2007 3:00 pm   Subject: Reading various SFRs at run time
AWESOME!!!

that's what it was.



THANK YOU!!!
  Topic: Reading various SFRs at run time
kgn340

Replies: 4
Views: 7488

PostForum: General CCS C Discussion   Posted: Wed Feb 14, 2007 2:24 pm   Subject: Reading various SFRs at run time
I guess I didn't make myself clear enough.

In my program I would like the ability to read *any* SFR register, not just hard coded ones.

if possible, it will help me debug a set of operating issu ...
  Topic: Reading various SFRs at run time
kgn340

Replies: 4
Views: 7488

PostForum: General CCS C Discussion   Posted: Wed Feb 14, 2007 2:02 pm   Subject: Reading various SFRs at run time
Hi all,
I'm working with the PIC18F8722 and have developed a simple user interface.

To aid in debugging, I would like to be able to read various Special Function Registers (T3CON, ADCON0, T1CON, e ...
  Topic: Output pin interferes with other pin???????
kgn340

Replies: 5
Views: 7537

PostForum: General CCS C Discussion   Posted: Fri Sep 16, 2005 9:13 am   Subject: Re: Check your setup_xxxx options
I had the same problem until I turned off the analog ports


WOW. This did it! THANKS!!!!

i guess my 'setup_adc(ADC_OFF)' just wasn't cutting it.

Thanks again!

-kev
  Topic: Output pin interferes with other pin???????
kgn340

Replies: 5
Views: 7537

PostForum: General CCS C Discussion   Posted: Thu Sep 15, 2005 4:45 pm   Subject: Output pin interferes with other pin???????
here it goes ...

PIC16F88 running from internal 8MHz
PCM v3.215

codes snippet:
output_high(PIN_A1);
delay_ms(100);
delay_ms(100);
delay_ms(100);
output_low(PIN_A0);

...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group