User Activity

I'm using CubeIDE and I have PG10 configured as MCO output and I see nothing. Usually when I see this, there is a HAL enable command I missed, but I don't think there is in this case.  I've tried multiple clock sources and the pin stays at voltage hi...
I have an STM32G4 board that is to function as a virtual COM port via USB.  This is my first attempt at implementing USB. Within CubeIDE, I enabled the USB feature and configured a middleware device for the virtual COM port. I’m not seeing the PC rea...
I set the X1 buffer size to 18 and preloaded it with 18 values. HAL_FMAC_FilterPreload_DMA returned 0 indicating success.Some cycles after that, I should see X1FULL go high when the DMA transfers complete. I'm not seeing this. Instead, X1FULL stays l...
I have an application requiring updating the integral and derivative values for a set of PID controllers.  Each arriving error value must be added to the integral value and subtracted with the last error value. I want to streamline this with DMA. I c...
I’m using CubeIDE + HAL and I want to have TIM20 CH1 execute a capture compare interrupt and I want CH2 to execute a DMA transfer. I can use each separately, but together they fail. Either the timer resets stop functioning, or the counter stops count...
Kudos from