Author |
Message |
Topic: Error in configuring ADC for PIC18F66J50 |
akshaymathur39
Replies: 4
Views: 5090
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2010 9:51 am Subject: Error in configuring ADC for PIC18F66J50 |
Awaiting replies friends...
Please help |
Topic: Error in configuring ADC for PIC18F66J50 |
akshaymathur39
Replies: 4
Views: 5090
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2010 7:52 pm Subject: Error in configuring ADC for PIC18F66J50 |
Dear Friends, I tried input through potentiometer and it works perfectly fine. I could see swiping through complete range (0-1023). But when I connect it to LM35, it shows 1023 always. Can anybody ple ... |
Topic: Error in configuring ADC for PIC18F66J50 |
akshaymathur39
Replies: 4
Views: 5090
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2010 7:31 pm Subject: Error in configuring ADC for PIC18F66J50 |
Dear Friends,
I am having some problem in configuring ADC for PIC18F66j50. Here is the code snippet:
void main()
{
PLLEN = 1;
setup_adc_ports(sAN0);
setup_adc(ADC ... |
Topic: Problem in driving low output on port |
akshaymathur39
Replies: 3
Views: 4500
|
Forum: General CCS C Discussion Posted: Sat Apr 24, 2010 10:10 pm Subject: Problem in driving low output on port |
Maximum Low Voltage: 0.4V
Minimum High Voltage: 2.4V specified at Vdd = 3.3V
My supply voltage is 3.3V and I am just using multimeter to check voltage, there is no load driven through the pin. |
Topic: Problem in driving low output on port |
akshaymathur39
Replies: 3
Views: 4500
|
Forum: General CCS C Discussion Posted: Fri Apr 23, 2010 8:50 pm Subject: Problem in driving low output on port |
Hi,
I am facing some issues in driving output to low using output_low(PIN_A2).
Here are the readings:
1) output_low(PIN_A2) : 0.71V
2) output_high(PIN_A2): 3.3V
Kindly let me know what can ... |
Topic: Interfacing AD7680 with PIC |
akshaymathur39
Replies: 1
Views: 4051
|
Forum: General CCS C Discussion Posted: Tue Mar 30, 2010 11:41 am Subject: Interfacing AD7680 with PIC |
Dear Friends,
I am new to A/D converter and wondering if someone has written a driver for interfacing AD7680 with PIC.
Please let me know if somebody has done this. Looking forward to some posit ... |
Topic: #INT_RDA interrupt problem |
akshaymathur39
Replies: 4
Views: 6844
|
Forum: General CCS C Discussion Posted: Sun Oct 04, 2009 2:14 am Subject: #INT_RDA interrupt problem |
I just tried this code:
int8 i=1;
char c;
#int_RDA
void RDA_int()
{
c=getc();
i++;
nokia_clear_screen();
nokia_gotoxy(0,1);
printf& ... |
Topic: #INT_RDA interrupt problem |
akshaymathur39
Replies: 4
Views: 6844
|
Forum: General CCS C Discussion Posted: Sun Oct 04, 2009 1:33 am Subject: #INT_RDA interrupt problem |
Hi,
I am trying to configure my PIC18F2550 for receiving GPS data.
I figured out that the external interrupts are working fine but the serial interrupt is not working at all. The clock is well c ... |
Topic: Multiple UART communication with single PIC16F887 |
akshaymathur39
Replies: 6
Views: 9616
|
Forum: General CCS C Discussion Posted: Sat Nov 29, 2008 12:48 am Subject: Multiple UART communication with single PIC16F887 |
@ John P: I am not pal of Ivan_Ult.
Thanks for the reply.
However, I do not want to use an additional multiplexer b/w MAX232 and MCU.
Is it possible to configure a software USART on some pins o ... |
Topic: Multiple UART communication with single PIC16F887 |
akshaymathur39
Replies: 6
Views: 9616
|
Forum: General CCS C Discussion Posted: Sat Nov 29, 2008 12:05 am Subject: Multiple UART communication with single PIC16F887 |
Dear Friends,
I have two devices which has RS232 interface. I would like to know how can I interface them with single PIC16F887.
Do I need to use 1 H/W UART and 1 S/W UART or both can be communi ... |
Topic: PIC16F887 #int_rda problem. |
akshaymathur39
Replies: 1
Views: 3957
|
Forum: General CCS C Discussion Posted: Sat Aug 09, 2008 9:22 pm Subject: PIC16F887 #int_rda problem. |
Hello Friends,
I have written a simple code of using USART receive interrupt system. When the data is received, it jumps to the interrupt function and blinks the led in the function loop with less ... |
|