Problems with BDMA (from memory to peripheral)
I need to do a project where I use the BDMA to transfer arrays from memory to the GPIO. The idea is to send the information in 8 bit parallel at 12.5MHz.I started with the DMA example from the STM32 (called DMAMUX_RequestGen) to try to understand how...