Author |
Message |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sun Jun 15, 2014 7:42 am Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
The compiler is C Compiler |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 7:21 pm Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
NOW IT IS A STRANGE PROBLEM !!!
I try to cancel RDA interrupt like this code.
In 18f452 the code didn't work and it just show the data of GPS and no effect for Timer0 interrupt.
When I change the ... |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 1:53 pm Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
Thanks
I will try and reply soon. |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 1:16 pm Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
i read it but show me examples for adding the keyword 'HIGH' to the INT_RDA declaration |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 12:32 pm Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
Thank you Ttelmah for your reply.
I need to ask you about "adding the keyword 'HIGH' to the INT_RDA declaration".
How to do that ?
Sorry for my poor language. |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 10:24 am Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
Thank you temtronic for your reply |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 10:16 am Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
when I cancel the timer0 interrupt the PIC take the GPS Data and write it on LCD
it is just a test and I wonder How to use Timer0 interrupt while RDA interrupt is working |
Topic: GPS DATA using RDA interrupt and Timer0 interrupt problem |
yamenn
Replies: 25
Views: 35998
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 8:37 am Subject: GPS DATA using RDA interrupt and Timer0 interrupt problem |
Hey Everyone
I am trying to get GPS DATA using RDA interrupt and using Timer0 interrupt for alarm
I can't use the both interrupts in the same time
Any ideas ? Wink
#include <18f452.h>
... |
Topic: Problem when using Timer0 Interrupt in RDA interrupt !!! |
yamenn
Replies: 8
Views: 9390
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 7:57 am Subject: Problem when using Timer0 Interrupt in RDA interrupt !!! |
#include <18f452.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS
#FUSES NOPUT //No Power Up Timer
#FUSES NOPROTECT //Code protected from reading
#FUSES NOBROWNOUT //No brownout reset
//# ... |
Topic: Problem when using Timer0 Interrupt in RDA interrupt !!! |
yamenn
Replies: 8
Views: 9390
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 7:52 am Subject: Problem when using Timer0 Interrupt in RDA interrupt !!! |
I have the same problem.
I am trying to get GPS DATA using RDA interrupt and using Timer0 interrupt for alarm.
I can't use the both interrupts in the same time.
Any ideas ? |
|