User Activity

I thought this was a manifestation of the previously reported bug Multiple definition error after STM32CubeIDE 1.9.0 update, but adding -fcommon to my compiler flags didn't fix it.The error message is:multiple definition of `SystemCoreClock'multiple ...
I built a project for the NUCLLEO-G431RB using STM32CubeIDE v 1.9.0. Somewhere along the line, it offered to upgrade to 1.10.0 which I accepted, and it also warned that my ws was tied to an older version, for which I opted to upgrade the ws. (Eithe...
I've created an STM32 Project, selected the NUCLEO-G431RB board and generated the code. I've added a source folder to the project (mu_platform) and LINKED some .c and .h files into that folder. I selected mu_platform folder and right-clicked "Add/r...
I'm new to the STM32L053R8, and I'm trying to emulate a configuration I've used on other ARM M0+ systems. Ideally, I want to maintain a 32 bit counter (physical or virtual) clocked at 32KHz so I have ~30 uSec resolution with a ~131K second roll-over...
I've got a STM32L053 (on a Nucleo-Lo53R8). I'd like to drive TIM21 from the 32KHz clock, and gang it with TIM22 to form a 32 bit counter. But I'm confused on a few points.First question: how to drive TIM21 from 32KHz? The documents (RCC chapter, 7.2....
Kudos from