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 9 matches
CCS Forum Index
Author Message
  Topic: 16f1828 IOC PORTA
duchonic

Replies: 4
Views: 13441

PostForum: General CCS C Discussion   Posted: Thu Feb 09, 2012 4:48 am   Subject: 16f1828 IOC PORTA
Just updated to 4.129 and it works. thank you
  Topic: 16f1828 IOC PORTA
duchonic

Replies: 4
Views: 13441

PostForum: General CCS C Discussion   Posted: Tue Feb 07, 2012 9:16 am   Subject: 16f1828 IOC PORTA
I have CCS compiler version 4.128

I want to use the INTERRUPT-ON-CHANGE for PORTA to wake up from sleep.
My problem is that the entry:
// Constants used in ENABLE/DISABLE_INTERRUPTS() are:
#def ...
  Topic: PIC16F182x not yet been tested at CCS
duchonic

Replies: 12
Views: 15649

PostForum: General CCS C Discussion   Posted: Mon Oct 11, 2010 1:34 am   Subject: Changed to PIC16F688
Hello

I changed to PIC16F688 and finished my project.
Didn't have the patience to work with 16F18x...

-> never used the rda with 16F18x
  Topic: 16F1823 ADC and Delay problems
duchonic

Replies: 4
Views: 16627

PostForum: General CCS C Discussion   Posted: Wed Aug 25, 2010 1:05 am   Subject: 16F1823 ADC and Delay problems
This would work:

#byte ADCON0 = 0x09D
ADCON0 = 0b00000001;
#byte ADCON1 = 0x09E
ADCON1 = 0b10110000;
#byte ANSELA = 0x18C
ANSELA = 0b00010010;
#byte ANSELC = 0x18E
ANSEL ...
  Topic: 16F1823 ADC and Delay problems
duchonic

Replies: 4
Views: 16627

PostForum: General CCS C Discussion   Posted: Sun Aug 22, 2010 11:37 pm   Subject: thank you.
I tried to write to ANSELA, ANSELC directly but this won't work.

I worked with the PIC16F1827 and the CCS 4.109 compiler before. Delays and setup_adc_ports worked fine.

Is it possible that with ...
  Topic: 16F1823 ADC and Delay problems
duchonic

Replies: 4
Views: 16627

PostForum: General CCS C Discussion   Posted: Thu Aug 19, 2010 6:08 am   Subject: 16F1823 ADC and Delay problems
I have some problems with the CCS compiler 4.110 for the 16f1823 device.

SETUP_ADC_PORTS(sAN1|sAN3|sAN4|sAN5|VSS_VDD);
-> ANSEL A/C arent right if i watch dem with
the MPLAB/debugger/MPLAB ...
  Topic: Pullups with 16F182x
duchonic

Replies: 3
Views: 8361

PostForum: General CCS C Discussion   Posted: Thu Jul 15, 2010 8:14 am   Subject: Pullups with 16F182x
The ccs compiler (i use 4.109) has some problems, setting pullups with port_x_pullups() on the 16F182x devices:

#ifdef DEVICE_16F1823
PORT_A_PULLUPS(HEAD_E_PIN_IN_TASTER); /* PIN_A2 --> w ...
  Topic: PIC16F182x not yet been tested at CCS
duchonic

Replies: 12
Views: 15649

PostForum: General CCS C Discussion   Posted: Thu Jul 15, 2010 7:31 am   Subject: PIC16F182x not yet been tested at CCS
I see.
I am working with the 16F1827 (because i have to wait for the 16F1823) and found some problems...

-> Microchip says that each of the PORTA pins has an individually configurable internal ...
  Topic: PIC16F182x not yet been tested at CCS
duchonic

Replies: 12
Views: 15649

PostForum: General CCS C Discussion   Posted: Wed Jul 14, 2010 12:51 am   Subject: PIC16F182x not yet been tested at CCS
Hi
What does it means it the device it not yet been tested at CCS?
have a nice day
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group