User Activity

STM32H7 SPI DMA not workingHi. I have stm32H745 nucleo board, in my project i want send data from MOSI via DMA (i did the same on old F4 discovery correctly).PE_14, SPI4 , DMA2_stream3, DMUX11=84 (for tx spi4)In project i need to send data (fb[][]) t...
Hi! I have STM32H745 Nucleo and i want to transfer data from ADC via DMA.1. At first i write code for ADC with out DMA (ADC3, PF10 in) and it work excellent. I get positive knovlege.2. At second step i tried to use DMA (DMA1 stream 1), but code don't...