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.

LAUNCHXL-CC1310: 1310WOR模式下的参数设置

Part Number: LAUNCHXL-CC1310

在WOR接收例程中,我采用4FSK调制模式,发送速率为500k,此时我需要修改以下参数吗?

/* Calculate sniff mode parameters */
#define US_TO_RAT_TICKS 4
#define CORR_PERIOD_SYM_MARGIN 16
#define RX_END_TIME_SYM_MARGIN 8
#define CS_END_TIME_MIN_TIME_SYM 30
#define CS_END_TIME_MIN_TIME_STATIC_US 150

如果需要修改,应该怎么对参数进行修改。