Author |
Message |
Topic: interruption rb0 Pic 16f877a |
leojma
Replies: 1
Views: 3733
|
Forum: General CCS C Discussion Posted: Tue May 21, 2013 6:21 pm Subject: interruption rb0 Pic 16f877a |
Hi my problem is that I can do alone interrupt the every 10 sec ... if time is less not interrupted, this is a test program to learn to use the interruption but I can not interrupt .... only every 10 ... |
Topic: kbhit() Problem |
leojma
Replies: 5
Views: 11957
|
Forum: General CCS C Discussion Posted: Sun Mar 03, 2013 1:33 pm Subject: kbhit() Problem |
Nothing ever resets cont_ready. Once it passes 18 nothing more will happen.
Remember also the entire operation will depend on what actual signal levels the pins go to. If the load on A3 is too much f ... |
Topic: kbhit() Problem |
leojma
Replies: 5
Views: 11957
|
Forum: General CCS C Discussion Posted: Sun Mar 03, 2013 1:24 pm Subject: kbhit() Problem |
ok, fix the code, and discovered that if inside the if (kgbit ()) write any line containing the variable to get the gps (valor_ready) the program does not work, just go in if (kgbit ()) 2 or 3 times. ... |
Topic: kbhit() Problem |
leojma
Replies: 5
Views: 11957
|
Forum: General CCS C Discussion Posted: Sat Mar 02, 2013 7:43 pm Subject: kbhit() Problem |
Hi, I have a gps and two PIC 16F877.
The GPS sends the data infinitely to pic # 2 and I want to take the data to send to pic 1.
This is the code:
while (1)
{
if ( ... |
Topic: Array take values of other variables |
leojma
Replies: 3
Views: 5950
|
Forum: General CCS C Discussion Posted: Mon Feb 25, 2013 8:35 pm Subject: Array take values of other variables |
ok thank you very much for your help problem solved! |
Topic: Array take values of other variables |
leojma
Replies: 3
Views: 5950
|
Forum: General CCS C Discussion Posted: Mon Feb 25, 2013 12:49 pm Subject: Array take values of other variables |
I'm programming a 16f877a.h ... and I have in my program arrays ... at some point take values of other variables and I do not know why? Someone has this happened? please help |
|