---
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Sanjeev,
My apologies for the delay in response. I will send a direct note to the subject matter expert to remind them to take a look at your issue. In the mean time, can you please confirm which part number you are using? We do not have a device with the part number you are referencing.
Sanjeev,
Your MibSPI5 initialization routine includes
/* SPI set all pins to functional */
spiREG5->PCFUN |= (1 /* SCS[0] */
| (1 << 9) /* CLK */
| (1 << 10) /* SIMO */
| (1 << 11)); /* SOMI */
You need to also configure the CS[1] as a functional signal, unless you are driving it as a general-purpose output signal.
Regards, Sunil