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.

CC2640R2F: NPI SPI not working in Pol=0, Ph=0 configuration while Pol=1,Ph=1 works fine

Part Number: CC2640R2F

Hi,

I am working on Host-Test example of BLE5 app. I have made a UART-NPISPI bridge to talk with the HCI tester tool using MSP432 launchpad. Everything works fine with  "spiParams.frameFormat = SPI_POL1_PHA1;" configuration but when I change it to   " spiParams.frameFormat = SPI_POL0_PHA0; with corresponding change in master" , it doesn't respond.

On debug I found that if I apply breakpoint in "NPITLSPI_CallBack", I see that objTransaction->count =1 and the rxbuf has only first byte that is 0xfe written.

Pls help to resolve this issue.

Regards,

Chander