Posted on December 31, 2012 at 12:32How about check your pin configuration - pullup at gpio might be also something to count it in on either side because that seems like RC particle ;) Maybe put it to sleep a bit longer and see where it ''floats''
Posted on November 20, 2013 at 11:04Button = user toggled interrupt Timer = time toggled interrupt Basically what you want to do is detect button pressed (watch for debouncing - I'm sure google will give nice example of such code) and you want to ch...
Posted on November 05, 2013 at 12:41This are just pins through which you can send commands via USART, yet you need to enter into bootloader state with pulling boot pin.
Posted on October 25, 2013 at 09:28I think you could help us by posting an example. Include string.h does not bring anything new so compiler should not generate anything more in binary code than without that include.
Posted on October 08, 2013 at 15:53New to stm32 and learning step by step does not make USB a FIRST step. I suggest something simpler to start with as USART and a simple hello-world. That way you will at least learn to handle the registers - later y...