SPI Dasi Chain: Is it possible to capture a 10-byte DMA array transmission with 10 1-byte transmission?
Hi there,I'm trying to create a Dasi Chain setup with STM32 Nucleo boards using the HAL library.My master should send a command to 10 slaves. It would be best to use DMA for the master to avoid blocking the mpu. HAL_SPI_Transmit_DMA(&hspi1, command_a...