Hi, all
When I used GPIO to simulate spi's CS, the data was wrong.Can you give me some help?
In RTD2.0.0, Lpspi_Ip_AsyncTransmit() calls Lpspi_TransmitTxInit() to initialize the transmission clock and reset. If the (CPOL = 1) mode is used, a low level pulse is generated each time on the SCK. If I use GPIO to simulate the CS pin of the chip, it will be interfered by this low pulse, resulting in abnormal data.


BRs.