How to use HAL_SPI_Receive_DMA with dma1 and SPI6 ?
Hi,
I am currently working on the STM32H743 and i'm trying to bring data from SPI6 to a buffer in D2. As I have a lot of data to read i would like to use the DMA in order to transfer data without using the cpu. I don't understand whether I can use the DMA1/2 in order to do this or not.
For instance, with the SPI1, in D2, I can choose the DMA request as the DMA_REQUEST_SPI1_RX/TX. However the only request I can use with SPI6 is BDMA_REQUEST_SPI6_RX/TX. does it mean that I can only use the bdma here ?
However as BDMA is restricted to the D3 domain, it can't write data on a buffer in D2. How can I write it then ?
Do someone have a clear answer to this ? if so could you explain the required step i would need to implement the solution.
