CC2640R2F-RSM 用IQxel-M8W測試 BLE, 因為IQ只支持 non link 模式,
TI官方是否有工具或者命令支持測試BLE TX/RX?
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.
使用下面的API,或者用SmartRF Studio 7 中的BLE Mode进行设置
/** * Start Enhanced Modem TX Test * * Start an enhanced BLE5 continuous transmitter modem test, using either a * modulated or unmodulated carrier wave tone, at the frequency that corresponds * to the specified RF channel for a given PHY (1M, 2M, Coded S2, or Coded S8). * Use @ref HCI_EXT_EndModemTestCmd command to end the test. * * The BLE device will transmit at maximum power. * * This modem test can be used to satisfy in part radio regulation * requirements as specific in standards such as ARIB STD-T66. * * @note A Controller reset will be issued by HCI_EXT_EndModemTestCmd. * * @par Corresponding Events * @ref hciEvt_VSCmdComplete_t with cmdOpcode @ref HCI_EXT_ENHANCED_MODEM_TEST_TX * * @param cwMode @ref TX_Modulation * @param rfPhy @ref RF_Setup_Phy_Params * @param rfChan Transmit RF channel k=0..39, where BLE F=2402+(k*2MHz). * * @return @ref HCI_SUCCESS */ extern hciStatus_t HCI_EXT_EnhancedModemTestTxCmd( uint8 cwMode, uint8 rfPhy, uint8 rfChan );
HCI看下这里,里面有用法和命令集:processors.wiki.ti.com/.../LPRF_BLE_HCITester
SmartRF Studio 7要用下载器才能连接,software-dl.ti.com/.../prop_01_basic.html
也可以看这里的PHY设置C:/ti/simplelink_cc2640r2_sdk_4_10_00_10/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/phy.html