User Activity

Hi,I'm trying to trig a DMA from the EXTI0 input. There is a good example in the STM32Cube package for the H7: Projects\STM32H743I-EVAL\Examples\DMA\DMAMUX_RequestGenBut this example uses the BDMA and I need to use the DMA1. I tried to make some modi...
Hi,The example DMAMUX_RequestGen works perfectly on my STM32H755 board and now I'm trying to modify it so it uses the DMA1 instead of the BDMA. I need that because at the end I would like to trigger a SPI5 RX.Unfortunately I cannot make it work, that...
Hello,I have a generic function for the timer configuration. The time base address is an input parameter to this function. I'm looking for a way to get the timer clock so that I can set the timer prescaler. How can I do that with HAL?I guess I need t...
Hi,I'm using a dual core H7 and I'd like to use the only the M4 in some situation, having the D1 domain in Stand-by.It seems that there is no example for such configuration and I'm struggling to make it work by myself.I'm wondering what shall be the ...