basic working example for SPI usage between 2 different blocks
ia m using STM32h743II MCU and I am trying to transfer SPI data from the spi4 block defined as SPI MASTER to the spi5 block defined as SPI SALVE without success using DMA.
I'm looking for any basic example that actually works for transferring SPI payload between 2 different blocks (from spi4 block- > to spi5 block).
the example I saw under FW_Projects_Example\NUCLEO-H743ZI
describe and use only 1 block and not communicate between two blocks.
I would be very happy for someone who has previously implemented something similar to this or a guide he has come across that can help me implement SPI using DMA