| 
 
|     if ( PLLSTAT & (1 << 25) )<br />    {<br />        PLLCON = 1;                        // Enable PLL, disconnected <br />        PLLFEED = 0xAA;<br />        PLLFEED = 0x55;<br />    }<br /><br />用H-JTAG调试,执行到PLLFEED = 0x55;时,AXD就不行了,显示:RDI severe erroe 00602:can't halt target and make it enter DEBUG state;<br />大师们帮我分析下原因,谢谢 | 
 |