User Activity

Posted on April 18, 2013 at 09:21Hi, I am using an STM32L151VB part in a custom board. Is there any way to detect if an interrupt has been caused by a rising or a falling edge. I looked around in the reference manual and didnt find anything. I need ...
Posted on April 10, 2013 at 13:57 Hi, I am using the STM32L151VB on a custom board. The MCU is clocked by HSI. I have two rising edge interrupts on port E pin 9 and port E pin I capture the timer counter for timer 4 in both the interr...
Posted on April 01, 2013 at 08:21 Hi, I want to use the RTC's alarm A for waking up from standby. However, I cannot get the alarm interrupt. I am initialising timer 3 for interrupting every 5 seconds and reading the rtc within the interrupt hand...
Posted on March 22, 2013 at 11:27Hi, I am using the STM32L151VB in a custom board. The problem I have is with the watchdog timer. The maximum time out is too less for me to do anything that I intend to. Right now I am using the TIM4 timer for a long...