Loading...
 
Skip to main content

System Workbench for STM32


HAL equivalent for "SPI_NSSInternalSoftwareConfig" and/or "SPI_NSSInternalSoft_Set"

I now think it's "SPI_CR1_SSI" but how am I supposed to use it with HAL?

For now I'll just:
SPI2->CR1 &= ~SPI_CR1_SSI;
SPI2->CR1 |= SPI_CR1_SSI;

but I'm not liking it.

 
Collapse/expand modules below