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.

RFStudio correct FSCAL value for CC1101

Hi,

I'm trying to use the RFStudio to get the register values for this configuration:

// Manchester enable = false

// TX power = 10

// Device address = 0

// Modulation format = ASK/OOK

// Preamble count = 4

// Sync word qualifier mode = No preamble/sync

// Whitening = false

// Carrier frequency = 433.919830

// Data rate = 4.9963

// Channel spacing = 197.967529

// Data format = Synchronous serial mode

// PA ramping = false

// Address config = No address check

// Channel number = 0

// Deviation = 3.173828

// CRC enable = false

// CRC autoflush = false

// Base frequency = 433.919830

// RX filter BW = 203.125000

 

When I click on refresh my Fscal values are:

0xEF, // FSCAL3 Frequency Synthesizer Calibration
0x2C, // FSCAL2 Frequency Synthesizer Calibration
0x17, // FSCAL1 Frequency Synthesizer Calibration

but when i export the register they change to:

0xE9, // FSCAL3 Frequency Synthesizer Calibration

0x2A, // FSCAL2 Frequency Synthesizer Calibration

0x00, // FSCAL1 Frequency Synthesizer Calibration

So i'm confused. What are the correct values to use?