我正在尝试使用Curio
ti板编程设备,使用PIC16F1708 MCU。该项目是单一的.C文件,主要功能是空while循环。在MPLABX 3.65中,所有的工作都是预期的。这个操作需要一分钟,主要是因为固件更新。虽然在MPLABX 4,事情变得怪异,它永远呆在这里。IDE右下角的进度条消失了。随后尝试执行相同的动作,只会永远留在这里。关闭MPLABX 4和打开MPLABX 3.65 -所有的工作,我可以编程MCU如预期再次。我检查的行为与PACTIT3,它工作如预期。其他人有类似的经验吗?
以上来自于百度翻译
以下为原文
I'm trying to program device using Curiosty board, using PIC16F1708 MCU. The project is single .c file with empty while loop in main function.
In MPLABX 3.65, everything works as expected
*****************************************************
Connecting to Starter Kit on Board...
Currently loaded firmware on Starter Kit on Board
Firmware Suite Version.....01.49.09
Firmware type..............Enhanced Midrange
Now Downloading new Firmware for target device: PIC16F1708
Downloading bootloader
Bootloader download complete
Programming download...
Downloading RS...
RS download complete
Programming download...
Downloading AP...
AP download complete
Programming download...
Currently loaded firmware on Starter Kit on Board
Firmware Suite Version.....01.49.09
Firmware type..............Enhanced Midrange
Target voltage detected
Target device PIC16F1708 found.
Device ID Revision = 2004
Device Erased...
Programming...
The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x7ff
configuration memory
Programming/Verify complete
This operation takes a minute, mainly because of firmware update. Though in MPLABX 4.00, things get weird
*****************************************************
Connecting to Starter Kit on Board...
Currently loaded firmware on Starter Kit on Board
Firmware Suite Version.....01.49.09 *
Firmware type..............Enhanced Midrange
Now Downloading new Firmware for target device: PIC16F1708
Downloading bootloader
Bootloader download complete
Programming download...
Downloading RS...
RS download complete
Programming download...
Downloading AP...
AP download complete
Programming download...
And it stays here forever. The progres***ar in right bottom corner of IDE disappears. Subsequent attempts to perform the same action yield only
*****************************************************
Connecting to Starter Kit on Board...
Currently loaded firmware on Starter Kit on Board
Firmware Suite Version.....01.49.09 *
Firmware type..............Enhanced Midrange
And it stays here forever. Closing MPLABX 4.00 and opening MPLABX 3.65 - everything works, I can program the MCU as expected again.
I checked the behavior with PicKit3, it works as expected.
Does anybody else have similar experience?
0