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.
Tool/software: Code Composer Studio
Hi all,
I'm trying to set up CC2564 module into FCC testing mode.
I'm using VS_Enable_FCC_Test_Mode function provided by Bluetopia which allows me to set proper modulation type, power level, channel, etc.
This works just fine, functions return 0 and transmits for a short period of time after which RF signal is turned off.
I set a while loop immediately after the function call.
Me question is either the VS_Enable_FCC_Test_Mode shouldn't set the module in continuous transmit mode intend of turning it off?
Thanks,