Other Parts Discussed in Thread: CC1310
I am a little confused about the different ways of Power-Up/-Down the FS.
Is it usefull to save energy to power-down the FS with CMD_FS_POWERDOWN after each radio operation, if the next operation will start a long time (~1s) later? Or will this handled by the power-manager?
In my application i will send once a second a short unmodulated signal with CMD_TX_TEST. My current Cmd-Chain is:
- CMD_FS : set frequency and start the synthesizer
- CMD_TX_TEST : send unmodulated carrier for 50ms
Does it saves energy if i append a CMD_FS_POWERDOWN to the cmd-chain? Is it enough the use CMD_FS to reactivate everything, or is it necessary to prepend a CMD_FS_POWERUP?
How does this relates to Rf_yield() and RF_Params.nInactivityTimeout?