2025-01-11 01:24 PM - edited 2025-01-11 01:25 PM
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;
2025-01-11 02:11 PM - edited 2025-01-11 02:13 PM
Seems you set it to nss hardware-mode on top window....then its fixed.
Because if you want do it in software, it can be any pin...so no need to set it here to use the nss pin by hardware.