Senior
January 11, 2025
Solved
STM32CubeMX 6.13.0 - SPI NSS can't select SPI_NSS_SOFT
- January 11, 2025
- 1 reply
- 914 views
SPI with NSS
NSS Signal Type Output Software is missing in the pulldown.
What did I wrong?
I attached the ios file.
Of course I can edit the source and never let STM32CubeMX touch the project again, but that wasn't the goal, right?

hspi1.Init.NSS = SPI_NSS_HARD_OUTPUT;hspi1.Init.NSS = SPI_NSS_SOFT;

