2014-04-30 02:57 PM
I have a SPI master device that transmits data in 32 bits while NSS is active. Since the STM32F401 SPI can only be configured as a 16bit SPI port, I am wondering if I can still make it work. Will the SPI port continue to receive data in 16 bit increments as long as NSS is held low?
#stm32f4 #spi #32bit