2003-10-02 12:18 AM
2003-09-30 07:37 PM
Hi to All,
I'm working with ST7 Lite19 and I have a little problem. I have set PB1,PB2,PB3 like ''Input Pull-Up ->DDR=0 OR=1'' and use this pins with Push Button (+5V --> Push --> 0V). Now, PB1 and PB2 work well, but PB3 don't work !!! I see that the problem is External pins Interrupt, because the default pin set is PB3 on EISR register. I have set PB4 like default and now work well !! However, can someone explain me how I exclude the External pins Interrupt on ST7 Lite19 ? Many tanks MBKS2003-10-01 09:15 PM
Do you want to say that if you configure PB4 as an interrupt pin it works well and PB3 does not work? Could you explain if i am wrong?
2003-10-02 12:18 AM
Hi Jatin,
for my application I don't need External Pins Interrupt. I use PB1,PB2,PB3 only like 0 - +5V pin without interrupt. But PB1 & PB2 in same configuration work well ( loop reading on main programm ), not PB3 (I can't read it when signal go down) until I have switch EISR register to PB4. (I use EMU3 Emulator) MBKS