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.

CC1310

Other Parts Discussed in Thread: CC1310

Hi,

We have working and stable system run on CC1310 .

We are working now to change the 24Mhz crystal osc and we want to understand how the osc start-up time is impact on the timing and scheduling.

  1. Is the timed chain start after the osc stable ?
  2. If yes , What the maximum osc start-up time that aloud ? is it configurable ?
  3. If no, where in the chin the start-up time impact ? 

For example our chain for Tx :


RF_Op* const rf_cmd_chain_tx[] =
{
(RF_Op*) &RF_cmdFs, 
(RF_Op*) &RF_cmdSchImm_RF_cmdWriteFwpar, 
(RF_Op*) &RF_cmdSchImm_RF_cmdSetTxPower, 
(RF_Op*) &RF_cmdPropTx,
NULL,
};

To set RF command to RF core we are using :RF_postCmd

Please advice .