Author |
Message |
Topic: External ADC via SPI to PIC |
R.B.
Replies: 4
Views: 18771
|
Forum: General CCS C Discussion Posted: Wed Mar 03, 2010 4:52 pm Subject: External ADC via SPI to PIC |
Oh , it is used to talk with the PC. I would like to use the ICD 2 and will use the incircuit debugging by connecting the wire from the burner to the Pin's (RB7,RB6...), to monitor the interested regi ... |
Topic: External ADC via SPI to PIC |
R.B.
Replies: 4
Views: 18771
|
Forum: General CCS C Discussion Posted: Wed Mar 03, 2010 4:11 pm Subject: External ADC via SPI to PIC |
Thanks a lot for this answer.
In this code what you post to me there is a program line which makes me confused.
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, ERRORS)
I tried before ... |
Topic: External ADC via SPI to PIC |
R.B.
Replies: 4
Views: 18771
|
Forum: General CCS C Discussion Posted: Wed Mar 03, 2010 7:42 am Subject: External ADC via SPI to PIC |
Hello, I am a starter of using CCS and PIC microcontrollers. I would like to interface an AD converter (AD7812) per SPI with the PIC 16F877A.
Before I start to run the program I would like to ask you ... |
|