Other Parts Discussed in Thread: CC1310,
LAUNCHXL-CC1310: Whether CC1310 High Speed Mode has use PN9_WhiteDate to process message?
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: Whether CC1310 High Speed Mode has use PN9_WhiteDate to process message?
Hi Tian,
Can you post a screen shot of your SmartRF Studio settings? (I'm not sure which HS mode you're using.)
In the SDK, this settings is set as part of the radio setup command which is stored in your smartrf_settings.c. For example:
// CMD_PROP_RADIO_DIV_SETUP rfc_CMD_PROP_RADIO_DIV_SETUP_t RF_cmdPropRadioDivSetup = { // ... .formatConf.whitenMode = 0x0, // ... };
Cheers,
Marie H