radu
Member level 2
- Joined
- May 30, 2001
- Messages
- 51
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,288
- Location
- Baenre compound, MENZOBERRANZAN
- Activity points
- 398
interrupt portb 4-7
Hi
has anyone done the 'not recommended by microchip' polling of PORTB<4:7> as a result of an interrupt on one of these <4:7> pins?
I'm trying to read synchronous serial as follows:
1. PORTB input -> floats high
2. Interrupt on change (PORTB 4 goes low) - block portb int on change
3. PORTB 5 generates clock
4. PORTB 4 clocks data in
Thanks to any takers
radu
Hi
has anyone done the 'not recommended by microchip' polling of PORTB<4:7> as a result of an interrupt on one of these <4:7> pins?
I'm trying to read synchronous serial as follows:
1. PORTB input -> floats high
2. Interrupt on change (PORTB 4 goes low) - block portb int on change
3. PORTB 5 generates clock
4. PORTB 4 clocks data in
Thanks to any takers
radu