User Activity

Hi,I write my own 'void HAL_SPI_TxRxCpltCallback(SPI_HandleTypeDef *hspi)', intend to override the default weak one. But when debug, my version is never called, it always steps into the 'weak' one. I'm new to CubeIDE, the version is 1.16.0, any sugge...
Hi.I use a trigger source to trigger  SPI tx/rx linked-list DMA (not circular). But have no clues how to jude if the tx/rx DMA is done. I traced the IRQ handler, it calls, the code below:    /** * @brief DMA SPI transmit receive process complete c...
Hi,In STM32U5, the GPDMA has both request sources and trigger sources, what's the difference between them?Thanks.
Hi,In various ST's example .ioc files, the timer PSC, period, etc, are set with text but not numbers. This will define the numbers to macros in the code. But I can't input text in the CubeIDE. So, is this feature only supported in the standalone vers...
Hi,When using the .ioc to generate the code, it always shows:- SMPS must be enabled to reach the best consumption figure.   SMPS can be enabled from the Pinout tab under PWRHow to get rid of this? Or just omit it?
Kudos from