2019-10-24 07:46 AM
CubeMx version is 5.3.0,
CPU is STM32MP157
working on discovery board DK2.
2019-10-25 05:53 AM
Hello,
Under Linux, the SPI driver only supports 'Software NSS', which mean the driver could uses any GPIO to control the NSS line(s).
see https://wiki.st.com/stm32mpu/index.php/SPI_device_tree_configuration
Under Cortex-M4 HAL, 'Hardware NSS' is supported