User Activity

Posted on May 14, 2016 at 11:12 Hi, I'm experiencing a really obscure issue on an STM32F103 using the latest CubeF1 HAL, and I suspect that it's related to the way the WFI instruction is called. My scenario is a little bit complex. My code ...
Posted on May 11, 2016 at 12:22 Hi, the latest CubeF4 HAL (but I suspect that this nasty bug affects ALL HALs), doesn't properly handle the global UART state when working in DMA mode. For example, if the HAL_UART_TransmitDMA() is used, this set...
Posted on April 12, 2016 at 07:30Hi,I do not want to be argumentative, but the new ST website is doing it wrong. Again.Actually, it's impossible to download several softwares, tools or even datasheets in reliably manner. For example, if you go to th...
Posted on March 22, 2016 at 16:16The latest CubeMX 4.14 seems to have a severe issue with the clock configuration. In some situations it can't find the right clock configuration for a wanted frequency, and it starts an infinite search with no succes...
Posted on March 13, 2016 at 17:17I have just discovered a new ''undocumented'' layer in the latest CubeL4 library. If I understand it, it is a Low-Level layer (it's named HAL_<PPP>_LL) and it's a more optimized way to deal with STM32L4 peripherals, ...