User Activity

I was about to ask about this, but suddenly figured it out.My goal was to delete old irrelevant stuff from the "File path" drop-down box in STM32CubeProgrammer / Erasing & Programming, but it wasn't obvious how to do that. Now that I've figured it ou...
I have an STM32G473 on an existing board, and now the need to trigger Timer 2 in "One Pulse Mode" from a hardware input has come up. No problem, I thought, as I knew that the MCU has an event system. I simply assumed that I could generate an event wi...
I am designing a self-powered device with an STM32G473 and a USB-C connector, and want to be certain about the connections.I have made PCBs with USB-C connectors before, but this is the first time that I have neither a VDDUSB, nor a VBUS Sense input....
As others before me, I wish to make my own serial number in a USB CDC device. This isn't the problem – I know how to do that.However, I am puzzled about how the unique serial number is generated in the code auto-generated in STM32CubeIDE. Specificall...
I am trying to implement TinyUSB in an STM32CubeIDE project. My current problem, where I am quite stuck, is that the compiler can't find functions located in the TinyUSB folder tree. Example: ../Core/Src/main.c:176: undefined reference to `tusb_init'...
Kudos given to