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