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.

Side Effect to disable 32K RCOSC Clock Calibration

Other Parts Discussed in Thread: CC2530, CC2430

in CC2430 and CC2530 datasheets, there is one bit to disable 32K clock calibration. But it never be used in Z stack code, I wonder if there is any negative side effect if I disable this calibration before device enters sleep.

thanks

Rui

  • CC2430 describe the calibration bit as:

    "The 32 kHz RC oscillator calibration may take up to 2 ms to complete. When entering low power modes PM1 or PM2 an ongoing calibration must be completed before the low
    power mode is entered. In some applications this extra delay may be unacceptable and therefore the calibration may be disabled by setting register bit SLEEP.OSC32K_CALDIS
    to 1."

    CC2530 describe the calibration bit as:

    "The 32-kHz RCOSC calibration may take up to 2 ms to complete. Calibration can be disabled by setting SLEEPCMD.OSC32K_CALDIS to 1."

    Both does not provide any side effect description about disable the calibration bit. So could we disable it before entering sleep?

    thanks

    Rui