User Activity

Posted on October 19, 2015 at 00:11The generated code initializes all peripherals and enables interrupts.The application code's first hook is after peripheral initialization.How do I ensure that no interrupts before all high level peripherals are re...
Posted on October 18, 2015 at 23:29Hi all,lost one day finding that this line 259 from stm32l0xx_hal_gpio.c is missing some braces:bad (current):temp &= ~((uint32_t)0x0F) << (4 * (position & 0x03));right (should be):temp &= ~(((uint32_t)0x0F) << (4 ...
Posted on August 05, 2015 at 23:18Hi STM32Cube/MX users,I've been using Stm32_StdPerihLib for years in dozens of successful projects. Now, after ST decided to replace SPL wir Cube I was ready to give it a try.My first impression was very positive - ...
Kudos from