Question
SPI NSSPMode in F3Cube
Posted on July 31, 2014 at 14:11
I'm using hardware controlled NSS in STM32F3. To have it enabled I need to set
hspi3.Init.NSSPMode = SPI_NSS_PULSE_ENABLED; in the initialization routine. Since there is no option in Cube to set this the line get overwritten every time I generate code. Please consider adding an option in Cube to set this bit #stm32f3 #cubemx