User Activity

I am getting suspiciously high current draw (10mA) after I callHAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);and I'm trying to track down the culprit, I'm suspending the systick but it makes no change.In stm32f0xx_hal.c it list...
Posted on June 29, 2018 at 03:03I am using the STM32F091. I have been trying to use the ADC with DMA in circular mode writing to a large array for use as a sort of double buffer by shifting the first half of the values out on the half transfer compl...
Posted on March 23, 2018 at 05:19I noticed in the stm32f0 snippets there are pre-made projects for a number of IDE's but nothing for trueSTUDIO. Can we expect a bit more trueSTUDIO support for ST now that they own it? Seems like an obvious oversight...