User Activity

Posted on February 21, 2014 at 18:24HiCan some outline the difference between the above mentioned pins please?Thanks in advance
Posted on November 27, 2013 at 09:24HiI'm currently using EXTI0 to EXTI4 already. When I configure EXTI5 and above, I have an error when setting it in the NVIC, since EXTI5_IRQn and above are not defined in stm32f4xx.h.From the Reference manual I go...
Posted on May 03, 2013 at 11:15HiI'm having a problem with clearing the OC1, 2 and 3 references. I'm using the following code for configuring PE7 as the external trigger and for enabling the OCrefs clear:  /* Configure PE7 as External Trigger Input ...
Posted on March 30, 2013 at 19:25HiI would like to apply an automatic system reset in case a particular condition in my system is met. I already know how to apply a system reset through software. Now I want also to do it via hardware. If If I pull p...
Posted on March 04, 2013 at 07:45HiRecently I was using my STM32F4 discovery board in my variable speed drive project and got an over-current detection message in the IAR, and LD 7 (Green LED at the bottom of the board) lit up.Now, I think I did not...