Part Number: LAUNCHCC3220MODASF
Other Parts Discussed in Thread: SYSCONFIG
Hello all,
I use the following version:
- TI RTOS - based
- CCS 10.2.0; Compiler TI V20.2.5.LTS
- SDK cc32xx_sdk_4_40_00_07
- SysConfig 1.8.0
- XDCtools 3.62.0.08
I want to use the radiotool that is part of the networktool example.
When looking through the sources I noticed the following:
* Enter radiotool -> function cmdTranceiverModecallback
* Option 2 -> function TxTask
* Configuration for the test
* Wait until the specified test time has expired
* Call function radioTool_TxStart with the configuration data
* directly after this call the function radioTool_TxStop is called
I expected that the radioTool_TxStart function is called first, and then the system waits for the specified time, because the TX emissions are done by the NWP processor in background.
I am wrong or am I missing something? A corresponding TX thread is also not started.
Unfortunately I cannot measure the TX output.
The terminal network examples in higher SDK versions looks like the same.
Best Regards,
Roman