I am working on a QN9080C project.
I need to use SPI bus (kCLOCK_Flexcomm3) mapped on GPIO PA15, PA16, PA17 (SCK, MOSI, MISO).
I'd like to use any other GPIO as SPI chip select for some connected devices; I don't want to use SSEL0, SSEL1,.... pins.
How can I disable slave select number and active CS polarity (spi_ssel_t sselNum/spi_spol_t sselPol) into spi_master_config_t struct?
I'd like something like "config.outputMode = kSPI_SlaveSelectAsGpio" that it is available in other NXP ARM Cortex framework.
Thank you
Davide Ferrario