Author |
Message |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Sun Aug 28, 2016 11:11 pm Subject: DAC Programming PIC |
Thank You very much, I will try your code and if it doesnt work, the problem must be my circuit around the PIC |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Tue Aug 23, 2016 12:35 am Subject: DAC Programming PIC |
Thank you again i will try it:) |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Tue Aug 23, 2016 12:10 am Subject: DAC Programming PIC |
I tried it but it still doesn't work. It's really strange because I think I did all the configurations in the right way. |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Tue Aug 23, 2016 12:02 am Subject: DAC Programming PIC |
Thank you very much:) Sry but I taught that NOZCDDIS means that ZCD ist disabled. |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Mon Aug 22, 2016 11:38 pm Subject: DAC Programming PIC |
The ZCD and STVREN are both already disabled. Are you saying that I have enable it both? |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Mon Aug 22, 2016 12:21 am Subject: DAC Programming PIC |
This is my Compiler Version "CCS PCM C Compiler, Version 5.060" |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Fri Jul 29, 2016 5:42 am Subject: DAC Programming PIC |
I'm from Switzerland and so I wrote the comments in german |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Fri Jul 29, 2016 5:39 am Subject: DAC Programming PIC |
sry for answering so late |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Fri Jul 29, 2016 5:38 am Subject: DAC Programming PIC |
//Mikrokontrollerangabe und Includes
#device PIC16F1709 //Angabe für PIC-Device
#include "16F1709.h" //Standart Bibliothek von PIC16F1709
//Anfangskonfiguration Mikrocontroller
# ... |
Topic: DAC Programming PIC |
cavoti
Replies: 16
Views: 39248
|
Forum: General CCS C Discussion Posted: Fri Jul 29, 2016 2:51 am Subject: DAC Programming PIC |
Hello I am using a PIC16F1709 and tried to use the DAC. The DAC does something but I have a strange problem. When I write to the DAC the highest value the output is 0.3V and when I write the lowest va ... |
Topic: pic 16c781 dac and op amp -- not supported by ccs C? |
cavoti
Replies: 8
Views: 19677
|
Forum: General CCS C Discussion Posted: Fri Jul 29, 2016 2:25 am Subject: DAC |
Hello I am using a PIC16F1709 and also tried to use the DAC. I wrote the same program code to activate the DAC but with the Addresses of my PIC. The DAC does something but I have a strange problem. Wh ... |
|