Skip to content
Discussion options

You must be logged in to vote

Hi @danieltr3s
In fact there is no issue.
If you read the Reference manual.
Example STM32F429ZI:

And well described also here:
https://community.st.com/t5/stm32-mcus-products/chip-select-of-spi-in-nucleo-f401re-stuck-low/m-p/721624/highlight/true#M261205

About pre-2.7.0, in fact as the SPI always init, then the SPI was disabled, init then enabled producinf change on the SSEL pin.

I've modified the Arduino SD library to be able to use the hardware NSS and tested with card info example and it works, using Hardware SS or not. I saw the signal is kept LOW but is is not an issue.

Software NSS

Hardware NSS

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2833 on October 23, 2025 09:10.