Question
Setting nss_soft in Master (SPI)
Posted on February 17, 2018 at 23:00
I want to set NSS pin to software mode in master using STM32F103RB. But I've few questions?
In reference manual, they say,
In NSS Software mode, set the SSM and SSI bits in the SPI_CR1 register. If the NSS pin is required in output mode, the SSOE bit only should be set.
Now,
Why do we need to set SSI bit with SSM?
What is the purpose of SSOE bit?
#spi #stm32f103rb