Author |
Message |
Topic: PIC24FV16KM202 DAC |
Saad khan
Replies: 6
Views: 16250
|
Forum: General CCS C Discussion Posted: Mon Apr 29, 2019 9:00 am Subject: PIC24FV16KM202 DAC |
Have you updated the clock, and added acquisition times.
You also do not have the ADC setup correctly. Currently no connections
are made to the ADC multiplexer, and no Vref is selected, so add:
... |
Topic: PIC24FV16KM202 DAC |
Saad khan
Replies: 6
Views: 16250
|
Forum: General CCS C Discussion Posted: Mon Apr 29, 2019 7:03 am Subject: PIC24FV16KM202 DAC |
That seems to be a logical reason, but I tried to measure the output voltage with no load, still no response.
I believe I am missing some declaration in the code.
Also ADC = 8 still no output. |
Topic: PIC24FV16KM202 DAC |
Saad khan
Replies: 6
Views: 16250
|
Forum: General CCS C Discussion Posted: Mon Apr 29, 2019 5:04 am Subject: PIC24FV16KM202 DAC |
Hello,
I am quite new to PIC but have worked on ATmel series.
I have several issues in using "PIC24FV16KM202" with CCS compiler, since there is not enough examples with this specific UC. ... |
|