Hello,
When I am using the following Line (Strobe function), I occasionally get stuck in an infinite loop:
WriteSingleReg(IOCFG2, gdo_state); // restore IOCFG2 setting
while( !(RF1AIFCTL1 & RFSTATIFG) ); //<=== Gets stuck in an infinite loop
When I check the RF1AIFERR & RF1AIFERRV, I can notice that the OPERR flags are set.
How do you suggest to handle this error (it is not consistent, and I currently don't know when it happens)?
Do clearing the flag is just enough?