Part Number: TCI6630K2L
Other Parts Discussed in Thread: RFSDK
When we initialize our system we begin by running the RFSDK "radio reset; radio init; radio on" command sequence to set the EARFCNs for uplink and downlink.
After we do this we bring up our DSPs, which write to the IQN registers directly to configure the uAT timers, etc.
During normal operation, we may need to change the EARFCNs within a given band based on a customer requirement. To do this using the RFSDK commands seems to require using the same sequence of "radio reset; radio init; radio on". The concern is that re-running these commands will wipe out any changes we have made to the IQN registers, which could potentially break our timers.
Is there a way we can adjust the radio EARFCNs for uplink/downlink without resetting the radio or making any unrelated changes to the configuration registers?