2014-07-31 05:11 AM
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 #cubemx2014-08-04 07:02 AM
Hello Rodrigues,
Thanks for your feedback. A new request was submitted on the STM32CubeMX to be fixed in the next release. Best regards, Amel.From: rodrigues.luis
Posted: Thursday, July 31, 2014 2:11 PMSubject: SPI NSSPMode in F3CubeI'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 bit2014-09-10 12:44 AM