在调试过程中,go main之后点击运行,程序会停在箭头指示处
void InitPll(Uint16 val, Uint16 divsel)
{
// Make sure the PLL is not running in limp mode
if (SysCtrlRegs.PLLSTS.bit.MCLKSTS != 0)
{
// Missing external clock has been detected
// Replace this line with a call to an appropriate
// SystemShutdown(); function.
—-> asm(" ESTOP0");
}
当再次点击运行后程序能正常运行,求大侠解答,谢谢
tanson tang:
回复 Eric Ma:
首先感谢您的回复:
现在我是同时在调两个DSP的SPI通信,两片都出现了这种情况,如果量变都忽略这个现象继续运行spi仍然可以正常通信,这样看起来好像晶振没有问题,您对这种现象怎么看,期待您的再次回复,谢谢。
在调试过程中,go main之后点击运行,程序会停在箭头指示处
void InitPll(Uint16 val, Uint16 divsel)
{
// Make sure the PLL is not running in limp mode
if (SysCtrlRegs.PLLSTS.bit.MCLKSTS != 0)
{
// Missing external clock has been detected
// Replace this line with a call to an appropriate
// SystemShutdown(); function.
—-> asm(" ESTOP0");
}
当再次点击运行后程序能正常运行,求大侠解答,谢谢
tanson tang:
回复 Forrest:
好的,非常感谢您提供的方法,我做完实验回来反馈,再次感谢