User Activity

I working through issues on an STM32G4 where at times I'm not getting the reaction time from the DMA that I would like. I read AN2548, and it is a very helpful resource. However, I'm seeing slightly worse response times than AN2548 would suggest, and...
I have a project using all custom code (not HAL) in which I have two 6 byte SPI DMA transactions running periodically based on timers. It's set up so I can even pause the main CPU and these transactions will continue. I've found that in certain condi...
I'm trying to send a fixed length packet in SPI slave mode from the STM32 via DMA. The SPI master may send/recv longer than that fixed length packet. It would be nice if the STM32 just sends 0 one the transactions is complete, but it seems to want to...
I'm interested in trying to synchronize my system to USB start of frame packets. I'm using the CRS system to generate an HSI48 clock. I've considered running that HSI48 clock into MCO and using that as an external clock for a timer. This would enable...
I'm configuring i2c with dma using the registers directly. I'm sure I have an error somewhere but I don't have a great idea on where to go next with debugging. Sometimes my i2c transfer goes through expediently, but sometimes it has a long stall afte...
Kudos given to