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.

CC3235MODS: Send/receive data for Fixed frequency

Part Number: CC3235MODS
Other Parts Discussed in Thread: UNIFLASH, CC3235S

Hi,

We want to do FCC certification for our custom board (2.4GHz and 5GHz). Now they want to do fixed frequency test.

Do you have any sample applications that will continuously send or receive data at a fixed frequency.

Is there any simple link library API command available for setting up the frequency?

Regards,

Sundar

  • Hi Sundar,

    For such task you can use radio tools (CC3XXXRADIOTEST). Radio tools contains application which can be uploaded into your CC3235MOD using Uniflash via UART. Application can be controlled from PC GUI application via UART.

    If such use case does not fit for your purpose, you can implement some features from radio tools into your code. For more details see files \Source Files\Source Projects\radiotool_CC3235S_LAUNCHXL_tirtos_ccs\radiotool.c/.h inside radio tools installation directory (function RadioStartTX(), etc.).

    Jan