I got this sequence for FCC testing on WL1271. Can I have the exact "hcitool cmd" syntax?
They have to download the SP first and then send the following commands. They can change the parameters in the Send_HCI_VS_DRPb_Tester_Con_TX 0xFD84 command accordingly.
# Continuous TX on specific Modulation.
# Disable all other TX/RX activities (i.e. Scans).
# Execute only InitScript and this script.
Send_HCI_VS_DRPb_Tester_Con_TX 0xFD84, 0x1, 0x0, 0, 15, 0x00000000, 0x00000000 Wait_HCI_Command_Complete_VS_DRPb_Tester_Con_TX_Event 5000, any, HCI_VS_DRPb_Tester_Con_TX, 0x00
# Enable Phase Modulator for Send_HCI_VS_DRPb_Tester_Con_TX only.
Send_HCI_VS_Write_Hardware_Register 0xFF01, 0x0019180c, 0x0101 Wait_HCI_Command_Complete_VS_Write_Hardware_Register_Event 5000, any, HCI_VS_Write_Hardware_Register, 0x00
# Stop Continuous TX by RF calibration - Pre RF Init.
Send_HCI_VS_DRPb_Enable_RF_Calibration 0xFD80, 0x00, 0x00000001, 0x01 Wait_HCI_Command_Complete_VS_DRPb_Enable_RF_Calibration_Event 5000, any, HCI_VS_DRPb_Enable_RF_Calibration, 0x00