User Activity

Posted on October 30, 2016 at 18:47Hi, The latest STM32L0Cube UART Hal pulls in unnecessary floating point code when initializing the UART. The culprit is the __DIV_LPUART macro, which contains a floating point number (256.0). When replaced with the...
Posted on June 12, 2012 at 21:24[Edit: just realized I made an embarrassing mistake, please delete this post... - Tony]
Posted on April 03, 2012 at 19:57Hi all,I don't see this mentioned anywhere on the forum, but a new version of the STM32 USB library was released recently and it adds the long-awaited support for the STM32F4 family. I've tried it with the STM32F4-Di...