Author |
Message |
Topic: About the virtual eeprom driver |
samyg
Replies: 1
Views: 10009
|
Forum: General CCS C Discussion Posted: Tue Aug 07, 2018 7:59 am Subject: About the virtual eeprom driver |
While going through the forums on using the self-program flash feature on PICs as an EEPROM for some calibration data, I came across the CCS virtual EEPROM driver, which I've got a few questions about ... |
Topic: Support for newer PIC16F1842x with new ADCC |
samyg
Replies: 6
Views: 19541
|
Forum: General CCS C Discussion Posted: Thu Jun 21, 2018 1:21 am Subject: Support for newer PIC16F1842x with new ADCC |
Will do so, thanks! |
Topic: Support for newer PIC16F1842x with new ADCC |
samyg
Replies: 6
Views: 19541
|
Forum: General CCS C Discussion Posted: Thu Jun 21, 2018 1:05 am Subject: Support for newer PIC16F1842x with new ADCC |
Thanks Ttelmah.
I do usually use the .h file for referring to specific chip functions as that is the most reliable, but never knew that the PDF is lagging behind.
I looked for the 16f18424.h file in ... |
Topic: Support for newer PIC16F1842x with new ADCC |
samyg
Replies: 6
Views: 19541
|
Forum: General CCS C Discussion Posted: Wed Jun 20, 2018 11:01 pm Subject: Support for newer PIC16F1842x with new ADCC |
Thanks!
So the ADCC is supported, but I think the new parts I wrote about aren’t supported yet, maybe soon they will be.
Strange that I couldn’t find this info in the compiler manual though.
C ... |
Topic: Support for newer PIC16F1842x with new ADCC |
samyg
Replies: 6
Views: 19541
|
Forum: General CCS C Discussion Posted: Wed Jun 20, 2018 7:02 am Subject: Support for newer PIC16F1842x with new ADCC |
Hi,
I recently came across some very new PICs with a 12-bit ADC with computation (ADCC) module, which seems pretty decent as it can do a lot of common post-ADC operations without CPU intervention. I' ... |
Topic: PIC12F675 - analog I/P not working as expected |
samyg
Replies: 3
Views: 8009
|
Forum: General CCS C Discussion Posted: Thu May 23, 2013 7:48 am Subject: PIC12F675 - analog I/P not working as expected |
Thanks for the reply.
I apologize, as i gave slightly wrong information. The input is actually a half-wave rectified signal. What I'm trying is that this continuously (sinusoidal) varying DC input (w ... |
Topic: PIC12F675 - analog I/P not working as expected |
samyg
Replies: 3
Views: 8009
|
Forum: General CCS C Discussion Posted: Thu May 23, 2013 5:49 am Subject: PIC12F675 - analog I/P not working as expected |
Hello,
I'm writing a code which does the following:
1. a small start up delay.
2. Reads the half-wave rectified AC voltage (230V mains is brought down to about 900mV peak and fed to GP4/AN3). In t ... |
Topic: PIC12F675 AN0 acts as output |
samyg
Replies: 6
Views: 9549
|
Forum: General CCS C Discussion Posted: Fri Apr 26, 2013 12:35 pm Subject: Solved! |
The #use fast_io solved it.
Thanks a lot for your help. |
Topic: PIC12F675 AN0 acts as output |
samyg
Replies: 6
Views: 9549
|
Forum: General CCS C Discussion Posted: Fri Apr 26, 2013 11:52 am Subject: PIC12F675 AN0 acts as output |
It's version 4.140. |
Topic: PIC12F675 AN0 acts as output |
samyg
Replies: 6
Views: 9549
|
Forum: General CCS C Discussion Posted: Fri Apr 26, 2013 11:19 am Subject: PIC12F675 AN0 acts as output |
Thanks for the reply.
I understand your point.
But i did this #asm part only when using the set_tris_a() function gave me the error i talked about. You said there are many things wrong in my code. P ... |
Topic: PIC12F675 AN0 acts as output |
samyg
Replies: 6
Views: 9549
|
Forum: General CCS C Discussion Posted: Fri Apr 26, 2013 9:41 am Subject: PIC12F675 AN0 acts as output |
Hello,
I've written this code for the following purpose: It reads an analog value on AN0 (pin 7) and according to the first digit of the adc value (0-10), switches on a particular pattern of LEDs. Th ... |
|