GPIO interrupt problem
Posted on June 07, 2016 at 20:46Hi to all, I got a problem with GPIO interrupt. I have two buttons connected to pin 13 and 14 of port A. I configured pins in input and enabled interrupt, then I wrote the interrupt routine. When I pushed a button I g...