STM32CubeMX 6.13.0 - SPI NSS can't select SPI_NSS_SOFT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-11 1:24 PM - edited ‎2025-01-11 1: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;
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32H7 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-11 2:11 PM - edited ‎2025-01-11 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-11 2:11 PM - edited ‎2025-01-11 2: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.