Posted on March 06, 2014 at 16:02
Hello,
I have 2 pins on the same port B defined to launch interrupt on RISE.
When the interrupt is launched, how can I test which pin causes the interrupt launch ?
GPIO_Init(GPIOB, GPIO_PIN_...
Posted on July 26, 2013 at 11:22Hello everybody,I am using a STM8S207R8T6 and I have a problem when trying to program it.I have build my application and click on ''start Debug'' in STVD.There were a previous firmware with ROP enabled, so I choose to...
Posted on July 30, 2013 at 10:21Hi all,I have found the error.The value of the pull-up resistor of the RESET pin was really too low (50Ohm).Then the RESET pin was always at HIGH level.This explain why program does not work and debug only partially w...