Question
STM32F2/4 SPI Slave rx DMA and unknown transferlength
Posted on August 23, 2013 at 12:48
Hello again,
I have connected two STM32F2 via SPI1. The data will be transfered via a variable sized datablock. The first two bytes are a command (5 bit) and a length (11bit) information of the following block. Is it possible to read the first two bytes via polling and transfer the remaining - variable sized block - block via dma? Thanks Martin #spi-slave-polling-dma