Hi All,
The "Per Test.....CC1120 Standalone...Expert Mode..Manual Mode" has 3 data rate configurations 1.2K, 50K, & 150K. I would like to add others or replace one or more of those configurations. How is this easily done?
Ideally I would like 4.8kb/s, 5Khz deviation, & 100Khz RXBW. I believe I would need to replace/add one of the register settings variables below.
Also, in the event that I use SmartRF Studio to do a register export.......should I use them all, or just match those used in the configurations below?
1.2K
// Modem settings for test case 1 adjusted to 25kHz RXBW and 4 Byte preamble(")*/
static const registerSetting_t cc112xLowDataRateRfSettings
50K
// Modem settings for medium: 50 kb/s, 25kHz deviation, 200 kHz RXBW, IF = 68359 kHz
static const registerSetting_t cc112xMediumDataRateRfSettings
150K
// Settings for test case 9: 150 kb/s, 200 kHz RXBW, 4-GFSK, no IF
static const registerSetting_t cc112xHighDataRateRfSettings
Is there something more detailed available about this source code other than the user guide "swru296b"?
Thanks in advance.