This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue on CC26XX radio setup with frequency synth.

Hi

I am currently trying to develop customized radio driver for CC26XX, now I have a big problem on powering on frequency synthesizer. The problem is that when I config  CMD_RADIO_SETUP (for IEEE mode), I  set .bNoFsPowerUp to 0 so that the FS should power up after the radio is set up. But on my board, I see the command status value is 0x0002 which means the operation is still running while the CMDSTA register is 0x01. And that status never changes. 

So I am confused why the radio core doesnt finish the operation of FS power up and goes to status 0x0400(cmd_done)

Thanks in advance

Yuefan