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.

CC2652P: SimpleLink SDK example,can not use single-ended mode RFP

Part Number: CC2652P

Hi, I use CC2652P, simplelink_cc13x2_26x2_sdk_4_40_04_04, CCS10.2.

I tested an example as below:

In this example project, I changed board to custom board in syscfg so that I can change Font-end for 2.4G in RF Design.

After I changed board to custom board, and add rfDriverCallbackAntennaSwitching(), I built the project successfully.

And then, I changed Front-end for 2.4 GHz in RF Design to External Bias, Singled-Ended mode RFP from External Bias, Differential mode as below:

Then, I built the project, but failed as below:

It says FontEnd not found[XS_RFP].

But I need to use single-ended mode RFP in my application.

So, how to do to use single-ended mode RFP?

Thanks.