microchip explorer 16开发板
程式如下
#include <p32xxxx.h>
#include <plib.h>
int main( void )
{
return 0;
}
MPLAB IDE V8.88
PIC32MX360F512L芯片
烧写程式总是会报这样的错误
MPLAB ICD 2 ready for next operation
Connecting to MPLAB ICD 2
...Connected
Setting Vdd source to target
Target Device PIC32MX360F512L found, revision = Rev 0x50900053
...Reading ICD Product ID
Running ICD Self Test
...Passed
MPLAB ICD 2 ready for next operation
Programming Target...
...Validating configuration fields
...Erasing Part
...Loading Program Executive
ICD0300: Can't read code protected device. // error info
ICD0275: Programming failed.
MPLAB ICD 2 ready for next operation
哪位大虾帮我看一下是什么原因呀?
|