Tool/software:
Hi TI FAE,
I reference RF Testing using BTool — SimpleLink CC23xx SDK BLE5-Stack User's Guide 3.03.01.00 documentation and How to Do RF Radio Test With Your Bluetooth Product (Rev. A). Two websites provide how to generate modulated Tx power. However, how can I generate an non-modulated CW power?
Thanks.
Hello,
Thanks for reaching out.
Please try with HCIExt_EnhancedModemTestTxCmd(1, 0, 0) [Unmodulated_Transmit_Carrier, One_Mbps_Phy, 2402 MHz] or, take a look at BTool options:
BR,
David.
Hi David,
HCIExt_EnhancedModemTestTxCmd is workable. However, I cannot turn it off with HCI_LE_TestEnd. Could you check it?
Another question is about KC certification. I provide how to test PER but the lab still ask me how to do Rx test. Do you know what they mean?
Thanks.
Hello,
I believe you need to use HCIExt_EndModemTestCmd.
Regarding the RF test, I think you could point them to Section 3.3 Perform Rx Test of the App Note.
BR,
David.