Author |
Message |
Topic: problem with int_rda |
hqv
Replies: 8
Views: 10637
|
Forum: General CCS C Discussion Posted: Wed Nov 30, 2005 1:32 pm Subject: problem with int_rda |
i use pines's control :
pin_d0,d1 and d2
and pines's data
Rc0,c1,c2,c3 and c4.
the driver is the following one:
/////////////////////////////////////////////////////////////////////// ... |
Topic: problem with int_rda |
hqv
Replies: 8
Views: 10637
|
Forum: General CCS C Discussion Posted: Wed Nov 30, 2005 1:28 pm Subject: problem with int_rda |
hello again:
the problem isn't the interrupts ext or rda else the librery lcd.c.
i use de lcd 16*2 in my project therefor i use the driver include with the compiler ccs.
i made a lot of test ... |
Topic: problem with int_rda |
hqv
Replies: 8
Views: 10637
|
Forum: General CCS C Discussion Posted: Wed Nov 30, 2005 12:48 pm Subject: problem with int_rda |
pcm programmer :
I made the changes that you suggested myself, but it doesn't work.
my program only does the following:
always blinks the led in pin a0 in the state =0, waiting for int_ext f ... |
Topic: problem with int_rda |
hqv
Replies: 8
Views: 10637
|
Forum: General CCS C Discussion Posted: Tue Nov 29, 2005 8:50 pm Subject: that is my problem |
hi everyboady:
the program that record in the pic is simple,is the following one:
#include <16F877.h>
#use delay(clock=4000000)
#use rs232(baud=9600,xmit=PIN_C6, rcv=PIN_ ... |
Topic: problem with int_rda |
hqv
Replies: 8
Views: 10637
|
Forum: General CCS C Discussion Posted: Tue Nov 29, 2005 2:34 pm Subject: problem with int_rda |
hello everybody:
i have a problem related to the interrupts rda.
In my project I consider a pic which trasmit toward the pc (usart hardware) and toward another pic by an usart (software). all f ... |
Topic: how to use interrupts_SSP |
hqv
Replies: 3
Views: 4185
|
Forum: General CCS C Discussion Posted: Mon Nov 21, 2005 12:01 am Subject: i have problem with the trasmision of data since the master |
hi again:
Another problem that i have is to send more than one data since the master toward the slave.
I read the ccs's manual and I utilized its examples and not with himself that send more th ... |
Topic: how to use interrupts_SSP |
hqv
Replies: 3
Views: 4185
|
Forum: General CCS C Discussion Posted: Sun Nov 20, 2005 10:25 pm Subject: someboby can help me with i2c |
hello:
i need to understand the i2c protocol, it is my first time with this protocol, therefore i have a lot of doubs about its operation.
i use ccs with mplab, that program doesn't have instruc ... |
Topic: how to use interrupts_SSP |
hqv
Replies: 3
Views: 4185
|
Forum: General CCS C Discussion Posted: Sun Nov 20, 2005 6:24 pm Subject: how to use interrupts_SSP |
hello everybody:
My question is the following one and this related with the interrupcion ssp:
i want to know how to use the interrupts_SSP??
first question:
When in the code of the master the ... |
Topic: multi-Master how do i do it? aswser please |
hqv
Replies: 3
Views: 5965
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2005 9:13 pm Subject: multi-Master how do i do it? aswser please |
Master-slave:
hello everybody:
my problem is this:
i have two pic's 16f877 and i need to transmit info between them,for this i supose to use the i2c protocol ,but i don't know whether it's p ... |
|