Posted on May 17, 2011 at 12:53Dear All, I'm trying to test the IWDG on the STM32. I have a couple of problems when I stop reloading the watchdog, and wait for a reset. If I run in debug, with Keil ULINK, the processor does not reset. It just keeps ...
Posted on May 17, 2011 at 12:48Dear All, I'm trying to get a 4KHz square wave out of PA8 using TIM1 in PWM mode. I've tried the various keil and st examples based on timer 3 but I having trouble gettting this working on TIM1. Is there something extr...
Posted on May 17, 2011 at 12:41Dear All, I'm using PC-Lint to check MISRA 2004 compliance of the following line from the firmware examples:- GPIO_WriteBit(GPIOB, GPIO_Pin_11, Bit_SET); I get the following errors:- Note 960: Violates MISRA 2004 Requi...