User Activity

I tried following STM32 AN5418 but the EvaluateSinkCapabilities method is not getting called. I added debug prints everywhere in the code and here is what I am receiving:1. VBusInit (this always happens)2. DPM notification 104 (Stack init)3. Cable de...
I am using an STM32G4 microcontroller with UCPD and the USBPD middleware. I was following this tutorial (same as AN5418 https://www.st.com/resource/en/application_note/dm00663511-how-to-build-a-simple-usbpd-sink-application-with-stm32cubemx-stmicroel...
I am using two quadrature encoders through the STM32F411CEU6 timer encoder mode. Here is the graph for one of their CNT values:As you can see, it takes about 400ms to update the value, but when it does, it seems accurate. How can I make it so that it...
I created a custom board with the STM32 (F103C8T6), and I am trying to program it using a FTDI USB to Serial module. However, nothing is happening, it doesn't seem to be sending anything and when I try using STM32CubeProgrammer it says:Timeout error ...