This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FS on SPI using software NSS

Hi

I'm trying to access a uSD card on SPI5. Problem is the NSS/CS is on PA6 which is not one of the mapped NSS pins for SPI5. I was thinking there would be a callback or weak function I could implement which the FS lib would call to request user implementation of the CS code but I cannot find anything on this.

Does anyone know if this can be done or if I am obliged to use a mapped NSS pin when combining the SPI and FS?

Thanks