Dear all,
I'm using LPC5555S28-EVK and I'm configuring SPI device on FLEXCOMM4 using MCUXpresso IDE v11.5.1 [Build 7266] [2022-04-13].
I'm using SPI in MASTER and POLLING mode and I need to use two chip selects (SSEL0 and SSL1).But id I use the peripherals configurator tool, I can handle only once SSEL bit.
Browsing the software (function SPI_MasterInit in peripherals.c and function SPI_WriteData in fsl_spi.c), I also noticed that the SSEL bit is derived by g_configs[instance].sselNum that is initalizated in the SPI_MasterInit routine.
It means that if I use NXP SPI driver it is impossible to chenge the SSEL bit without reinit the SPI peripheral.
Did you have similar problem ? How did you fix it ?
Thank you very much for your help and cooperation
best regards