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.

MSP430F6638 运行出现问题

CCS描述问题为:

Can't find a source file at "c:\users\admini~1\appdata\local\temp\ti_mkl~2\src/exit.c"
Locate the file or edit the source lookup path to include its location.

系统正常状态时设置为低频1MHz,当检测到USB插入时转到高频态,进行USB处理。当USB拔出后转为低频态继续处理任务。硬件仿真时发现USB拔出后会出现上述问题。请问这是什么原因照成的呢? 

系统平时是低功耗状态。每50ms 定时唤醒一次,在中断函数里面做上述操作。不知道会不会有问题?