Author |
Message |
Topic: Debug window no longer appears |
ddyess
Replies: 2
Views: 11067
|
Forum: General CCS C Discussion Posted: Thu Jun 20, 2019 12:01 pm Subject: Debug window no longer appears |
Using IDE version 5.085 with Windows 7. My debug window that normally pops up on right side of window no longer appears. I've gone to Debug tab and tried to get to 'show all', but nothing happens. |
Topic: PIC18LF27K42 ADC measurement issues |
ddyess
Replies: 5
Views: 15753
|
Forum: General CCS C Discussion Posted: Tue Jun 18, 2019 11:40 am Subject: PIC18LF27K42 ADC measurement issues |
I am reading expected values now. 0 when input is grounded and about 4095 when VDD applied to input.
I changed...
ADCount = read_adc();
to...
ADCount=ADC_READ(ADC_RESULT); |
Topic: PIC18LF27K42 ADC measurement issues |
ddyess
Replies: 5
Views: 15753
|
Forum: General CCS C Discussion Posted: Tue Jun 18, 2019 11:13 am Subject: PIC18LF27K42 ADC measurement issues |
Temtronic,
The CPU is using the internal oscillator. I've set to different frequencies and also configured the ADC clock to run of FOSC and set for valid ranges per datasheet. I do have a precisi ... |
Topic: PIC18LF27K42 ADC measurement issues |
ddyess
Replies: 5
Views: 15753
|
Forum: General CCS C Discussion Posted: Tue Jun 18, 2019 9:54 am Subject: PIC18LF27K42 ADC measurement issues |
Thanks Alan.
I'm using a MCP6441 and I've confirmed that when I short my input, the PIC sees 0.001V and it is very near VDD when I apply VDD to the input. |
Topic: PIC18LF27K42 ADC measurement issues |
ddyess
Replies: 5
Views: 15753
|
Forum: General CCS C Discussion Posted: Tue Jun 18, 2019 9:15 am Subject: PIC18LF27K42 ADC measurement issues |
I have an issue I've been fighting for a few days. If anyone can help out, would appreciate it.
I have 2 custom boards that have 2 analog inputs (AN1, AN2), using PIC in subject line. Both inputs ... |
|