why is ''HAL_SPI_TransmitReceive_DMA'' generated with 8-bit pointers when dma with 16 bit is configured
Posted on September 19, 2017 at 16:11I'm using STM32F103RBT6 and try to make an slave SPI-Transfer over DMA using th latest STM32Cube.The Master sends me 16-Bit Data Packets, i configured the SPI1 to 16 Bit, the DMA channels for Receive and transmit...