Is HARDWARE NSS PULSE possible for SPI_TIMODE or MOTOROLA MODE master connected with a single slave device using DMA in STM32F407VG
I have currently configured the SPI in the following configuration hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES; hspi1.Init.DataSize = SPI_DATASIZE_16BIT; hspi1.Init.CLKPolarity = SPI_POLARITY_...