While trying to use the overrideTxNcoSel() and overrideRxNcoSel() we’re facing an issue and will really appreciate your help.
Before using it I configure NCO0 and NCO1 frequency with updateTxNcoSb() and then sending the overrideTxNcoSel() command with the parameters (afe_inst, txChSel=0xff,overrideEn=1,overrideVal=1) to switch the 2nd NCO.
Everything looks good on channels 0,1,2,3 but channels 4,5,6,7 remained on the first NCO frequency which means it didn’t switch to the 2nd NCO.
Reading both NCOs frequency was ok – so I assume it is not related to updateTxNcoSb() command.
I tried also to change the chSel to a single channel (for example txChSel=0x10) and it still didn’t work.
Any suggestions what could be the problem? (attached the hex file we’re using – we enabled both NCOs for single band)