User Activity

Hello. I've been using the ST USBPD code for a few years for a variety of products. The default timer seems to always be Timer 2 (32 bit). Recently I've got this working as expected with an STM32G0 using Timer 2. However, this product switched to the...
Our main board uses two STM32's: an STM32L5 which does most of the processing, and a STM32G071 which is used strictly as a USBPD port controller for two ports.  The L5 can assert / deassert the G0's BOOT0 pin, in order for the G0 to enter bootloader ...
When attempting to program an STM32G0B1KB MCU (128kB of flash) with the latest version of STM32CubeProgrammer (2.13.0) the target information flash size says it only has 63kB of flash. This is not a valid flash size for this family of MCUs, and it do...
Hello, I have two different projects in parallel right now, both of which use STM32G0B1 MCUs. On both projects, with completely seperate hardware, the VREFpin that connects to the internal VREFBUF peripheral is innacurate. These pins are just brought...
I'm using ST's USBPD middleware library and have it successfully working as both a source and a sink. However, I have a use case where I will need to de-initialize the USBPD library and reset the state machine back to it's initial state. Ideally when...