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.
- Is the timed chain start after the osc stable ?
- If yes , What the maximum osc start-up time that aloud ? is it configurable ?
- 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 .