Page 1 of 1

TD_RF_CWTest()

Posted: Fri Sep 09, 2016 9:58 am
by jagusti
Hi
Where can I find the function TD_RF_CWTest() or library in order to do a CW transmission?
I receive an error when I build the firmware with Eclipse.
Thanks a lot
Josep

Re: TD_RF_CWTest()

Posted: Mon Nov 28, 2016 3:44 pm
by mstempin
This functions in only available for SDK > 5.0.3. Please upgrade to latest SDK (6.3.4).

Re: TD_RF_CWTest()

Posted: Tue Nov 29, 2016 6:39 pm
by ramon2015
Hi,

I am using SDK 6.3.2, but no TD_RF_CWTest() function is found across the libtdrf functions.

By the way, If I want to use this function in a TD1508 (FCC), does it work the same way as the TD1208 (ETSI): fixing the CW at a single frequency? or is it hoping?

Regards, Ramon.

Re: TD_RF_CWTest()

Posted: Wed Nov 30, 2016 2:23 pm
by mstempin
You are right, this function is not defined into any header file, although it is present in the libtdrf.a static library.

Here is its prototype:
extern bool TD_RF_CWTest(bool enable, uint32_t frequency, int16_t power_level);

The frequency is in Hz, and the power level in dBm (max +14 dBm for TD12xx and +24 dBm for TD1508).