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.

CC2530配置时钟为32M晶振的问题

void Cfg_32M()

{

  CLKCONCMD &=~ 0x40;

  while(CLKCONSTA & 0x40);

  CLKCONCMD &=~ 0x07;

}

调试的时候一直停在 while(CLKCONSTA & 0x40); 不知道怎么解决。