2017-02-01 01:47 PM
Setting up SPI1 as a slave using STM32CubeMx 4.19.0
On the pinout tab of STM32Cube, I can configure SPI1 as Full-Duplex Slave and choose HardwareNSS_Input
But on the configuration tab , selecting SPI1 configuration , there is a pull down for 'NSS Signal Type' that only allows me to select 'Software' and not 'Hard_Input'
The code that is generated sets it to SPI_NSS_SOFT
Is the tool broken or did I miss some configuration?
I think this worked correctly back in 4.13