我用的mcu是12f683,在配置位选用内部rc时钟,和内部复位选项后,用ICD2进行程序下载.会出现警告不支持同时选用内部rc时钟,和内部复位选项.但是还是可以强制下载.但是后来我把这个警告取消不显示后.程序就下载不了.会出现如下提示: ICDWarn0033: MPLAB ICD 2 does not support programming this device if both the internal oscillator and internal MCLR are selected. You may continue programming, but you are encouraged to cancel, reconfigure your device, and try again. ICD0200: Operation Aborted (Warning 32). ICD0275: Programming failed. 请问这应该如何解决?谢谢! |