User Activity

Posted on February 22, 2018 at 09:49Hi! When I compile LL code from STM32CubeMX I get following warnings:In file included from ../Inc/main.h:45:0,                 from ../Inc/stm32f0xx_it.h:46,                 from ..\Src\stm32f0xx_it.c:35:../Driver...
Posted on February 21, 2018 at 10:02I generated my code from STM32CubeMx and wanted to generate a update event every 1µs. I work with the internal clock at 48MHz, which should be with Prescaler:0 and Autoreload:47 result to 1µs.I use a STM32F030 w...
Posted on January 31, 2018 at 10:42Hi!At the manual script en.DM00206508.pdf (DoclD027973 Rev 5 -- Datasheet of STM32L011x3/4) at page 67/119 I have a misunderstanding. I wanted to look over the temperature stability over the HSI16 oscillator and th...