Just an afterthought,
do all pic micro ports/pins have internal pull up resistors ?, i've been looking at the 18f4550 datasheet but cant tell ?, maybe i'm just stupid or tired lol :-)'
Thanks
Just an afterthought,
do all pic micro ports/pins have internal pull up resistors ?, i've been looking at the 18f4550 datasheet but cant tell ?, maybe i'm just stupid or tired lol :-)'
Thanks
Last edited by Bonxy; - 11th March 2010 at 22:25.
Reading the datasheet & understanding it are two different things.
No, internal pullups applys only to portB.
Al.
All progress began with an idea
Some other PICs have pull-ups on PORTA, too. I was not aware of this fact until recently.
Edit: For example, 16F630.
What does it matter?
If one or the other interrupts, you will get into interrupt routine anyway whether two interrupts occur at the same time or not (which I think is very close to impossible !)
While you are in interrupt routine, check the status of all pins, then act based on each of their tasks.
Something like >
Code:RB0_Int: 'we are now in interrupt routine. A = 0 B = 0 C = 0 D = 0 .. .... ....... IF Pin1 = 0 THEN A = 1 ' Pin1 seems to be interrupted. IF Pin2 = 0 THEN B = 3 'Ohh, Pin2 also seems to interrupted. .... .......
Last edited by sayzer; - 12th March 2010 at 08:56.
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
I Found great tutorial USING THE PIC EXTERNAL INTERRUPT on all pin
www.precision.net.in/picbasic/PIC_INT.PDF
.
Hi, PMC
Looks your site is down ...
Could you check the link ???
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
The message is :
" Internet explorer can't display the page "
no connectivity problems to others sites ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks