Hi @jinu_mohan ,
I mean, the LPSPI3 IP related CS is the above list.
You are right, it also multiple with other IP, but it can be used, to the boot, it is using during POR boot and reset boot, but after boot, you can use it.
If you can't use the LPSPI3 IP hardware CS pin, I think you can use the other pin, use the GPIO function as the CS pin, but you need to add the GPIO control code. Eg, before you send the SPI data, CS GPOI pull low, after finished, pull high, this is also the normal used case, then you can use any other pin, just configure it as the GPIO is enough.
Wish it helps you!
Best Regards,
Kerry