谢谢,我确实解决了我的问题,直到1.04条路出现。在创建项目时,我没有意识到和谐路径需要改变为新的和声版本。我已经安装了1.10和所有的编译,但是当使用ICD 3编程PIC32 MZ EF启动工具包时,我得到以下内容:MPLAB ICD 3……当前加载的固件在ICD 3固件套件版本…01.45.41固件类型……PIC32 MZTAVER电压检测目标设备PIC32 MZ2048 EFM144。设备ID修订= A1读取设备设备擦除失败…编程…以下内存区域将是程序:程序存储器:起始地址=0x0,结束地址=0x3FFBOOT配置文件内存配置启动内存配置地址:FFFFFFFF预期值:B927 829接收值:注意,我正在使用PC的USB端口为起动器工具箱供电,但是我也尝试过在940-15V直流插座上供电,如在2004年的GFX1实验室手册中所指示的。当我试着在第二次编程工具箱时,打印以下内容,而不是“读取设备失败”。“:连接到MPLAB ICD 3……当前加载的固件在ICD 3固件套件版本….01.45.41固件类型……PIC32 MZTAB电压检测目标设备PIC32 MZ2048 EFM144。设备ID修订= A1DEVSN0==3575 AB9DVESN1= 1F9DD880设备擦除…编程…下面的内存区域将被编程:程序存储器:开始地址=0x0,结束地址=0x3FFBOOT配置文件内存配置失败。
以上来自于百度翻译
以下为原文
Thanks,
I did figure out my problem as far as the 1.04 path showing up. I didn't realize the Harmony path needed to be changed to the newer Harmony version when creating the project.
I have installed 1.10 and everything compiles, but when programming the PIC32 MZ EF Starter Kit using the ICD 3, I get the following:
*****************************************************
Connecting to MPLAB ICD 3...
Currently loaded firmware on ICD 3
Firmware Suite Version.....01.45.41
Firmware type..............PIC32MZ
Target voltage detected
Target device PIC32MZ2048EFM144 found.
Device ID Revision = A1
Failed to read device
Device Erased...
Programming...
The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x3fff
boot config memory
configuration memory
boot config memory
Address: ffffffff Expected Value: b927829 Received Value: 0
Failed to program device
*****************************************************
It is both failing to read and failing to program the device.
Note that I am using a PC's USB port to power the starter kit, but I have also tried powering it through the 9V-15V DC receptacle as instructed to in the 20040 GFX1 Lab Manual.
When I tried to program the kit a 2nd time, the following is printed instead of "Failed to read device":
*****************************************************
Connecting to MPLAB ICD 3...
Currently loaded firmware on ICD 3
Firmware Suite Version.....01.45.41
Firmware type..............PIC32MZ
Target voltage detected
Target device PIC32MZ2048EFM144 found.
Device ID Revision = A1
DEVSN0 = 3975ab9d
DEVSN1 = 1f9dd880
Device Erased...
Programming...
The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x3fff
boot config memory
configuration memory
Failed to program device
*****************************************************