This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using SPI after disable SD

Hello,

I have got a problem with use SPI. I get hard fault after call spi_master_open(), exactly when sd_nvic_ClearPendingIRQ function is call. This situation is so specific because i use SD at the begining and after that i disable it and try to use SPI. How should i work with spi after disable SD?

Regards Michal,

Related