Author |
Message |
Topic: Having issues while trying to use ADC |
suspiciousdeveloper
Replies: 10
Views: 1031
|
Forum: General CCS C Discussion Posted: Thu Mar 06, 2025 2:32 pm Subject: Having issues while trying to use ADC |
Problem here is the use of the word 'channel'.
On traditional ADC's, the 'channel' had one meaning, the input number
to be read. On this chip it has two meanings....
There is the analog c ... |
Topic: Having issues while trying to use ADC |
suspiciousdeveloper
Replies: 10
Views: 1031
|
Forum: General CCS C Discussion Posted: Mon Mar 03, 2025 11:37 am Subject: Having issues while trying to use ADC |
Yes, they are getting fun.
The design is very much optimised to using the ADC triggered from something
like the PWM. You specify the channels you want, and when it gets the
trigger it automaticall ... |
Topic: Having issues while trying to use ADC |
suspiciousdeveloper
Replies: 10
Views: 1031
|
Forum: General CCS C Discussion Posted: Mon Mar 03, 2025 11:33 am Subject: Having issues while trying to use ADC |
ok ,curious like my cat...FYI I've never used it but...
THAT PIC appears to be 'dual core' . If so I assume YOU have to configure what pins are ADC and where they go --> PIC #1, --> PIC #2
... |
Topic: Having issues while trying to use ADC |
suspiciousdeveloper
Replies: 10
Views: 1031
|
Forum: General CCS C Discussion Posted: Sun Mar 02, 2025 3:52 pm Subject: Having issues while trying to use ADC |
Compiler Version: V5.118
MCU: 33CH128MP202-I/SS
Hey there, while trying to use ADC the code seems to be getting stuck whenever the read_adc() function is called. Tried multiple methods but no luck ... |
|