Author |
Message |
Topic: delay between 2 events |
shoyur
Replies: 6
Views: 7165
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2010 6:02 pm Subject: delay between 2 events |
Yes I didn't answer the right thing but understood what you meant (not removing interrupt but be sure it doesn't restart at beginning, considering its not a new start signal but just the continuous da ... |
Topic: delay between 2 events |
shoyur
Replies: 6
Views: 7165
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2010 11:09 am Subject: delay between 2 events |
It sends data each time the user press a new command (+, -, fm, am, seek, etc.) so its not too fast.
Only using CK1 as reference for data is good idea.
The fact that 30uS is shorter than the start ... |
Topic: delay between 2 events |
shoyur
Replies: 6
Views: 7165
|
Forum: General CCS C Discussion Posted: Sun Dec 12, 2010 12:45 pm Subject: delay between 2 events |
version is PCWH 4.114
PIC16F877A
and its a digital radio tuner chip
Toshiba TC9147BP
http://www.datasheetcatalog.org/datasheets/2300/499314_DS.pdf
p.234-235 (not the pdf page but the printe ... |
Topic: delay between 2 events |
shoyur
Replies: 6
Views: 7165
|
Forum: General CCS C Discussion Posted: Sat Dec 11, 2010 4:09 pm Subject: delay between 2 events |
Maybe its a very simple question...
I need to know the time elapsed between 2 events,
3 inputs called : CK1, CK2, DATA
CK1-2 are for synchronizing (timing signals), DATA is a 16 bits serial dat ... |
Topic: input problem |
shoyur
Replies: 1
Views: 2858
|
Forum: General CCS C Discussion Posted: Wed Jan 14, 2009 11:35 pm Subject: input problem |
Hi,
Weird problem ->
a 16F876A, PCW 4.057 and a very simple circuit with 2 pushbuttons...
#include <16F876A.h>
#fuses NOWDT, HS, NOPUT, NOPROTECT, NODEBUG, NOBROWNOUT, NOLVP, NOCP ... |
Topic: My program is not looping. |
shoyur
Replies: 1
Views: 3282
|
Forum: General CCS C Discussion Posted: Sat Oct 18, 2008 9:46 pm Subject: My program is not looping. |
I have a function1 and a function2 : when the if is true, it goes to function2, when function2 is done, it doesn't go back in the while to continue doing function1 forever (the "do ... |
|