Thank you,Peter.
I passed some tests and ultimately found that when I connected the sensor, the code would continue to enter the receiving error state.
Specifically, the program will always execute case: SRX_ CALLBACK_ RX_ ERROR in the srxNotification function in the main. c file; Through tracking, it was found that the chip will continue to enter SRX_ DRV_ IRQ_ RxErrHandler() function when receiving data;


Does this mean that there are differences between the SENT configuration on my chip and the data format sent by the sensor (such as inconsistent ticks length), resulting in receiving data errors?
Alternatively, you may have some other guesses?
Thanks.