完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,当我尝试在MPLAB X(XC32)中为PIC32 MX575 F256L和PIC32 MX795F512L调试代码时,我会得到这个错误。当我尝试下载代码时,它会成功下载,但它不会运行。编程/验证完成。目标设备没有准备好调试。请检查配置位设置并在继续之前对设备进行编程。这种故障最常见的原因是振荡器和/或PGC/PGD设置。请让我知道解决方案。
以上来自于百度翻译 以下为原文 Hi, I am getting this error when I will try debug the code in MPLAB X(XC32) for PIC32MX575F256L & PIC32MX795F512L. Also when I will try to download the code, it downloads successfully but it will not run. Programming/Verify complete The target device is not ready for debugging. Please check your configuration bit settings and program the device before proceeding. The most common causes for this failure are oscillator and/or PGC/PGD settings. Please let me know the solution. |
|
相关推荐
5个回答
|
|
最明显的解决方案是检查它告诉你什么。你有有效的时钟选择使你的芯片运行吗?您选择了调试器实际上连接到的调试PIN吗?您没有提到您正在使用的调试引脚,或者显示了如何设置PIC的配置寄存器,因此我们只能猜测您的问题可能是什么。
以上来自于百度翻译 以下为原文 The most obvious solution is to check what it tells you to. Do you have valid clock selection to make your chip run? Have you selected the debug pins that your debugger us actually connected to? You have not mentioned which debug pins you are using, or shown how you are setting any of the PIC's CONFIG registers, so we can only guess what your problem might be. |
|
|
|
嗨,http://MyCHIPPrdult.COM/TLS2500:StutthTP://MyCHIIPDeave:…LIVE-PFROFRAM STEP1
以上来自于百度翻译 以下为原文 Hi, http://microchipdeveloper.com/tls2500:start http://microchipdeveloper...:live-photoframe-step1 Regards |
|
|
|
大家好,我尝试写在这里避免打开新的讨论…我不能进入调试模式,而我可以正确地编程设备。MPLAB X4.15XC16 1.32 PIC24F04KA200我从PIC24F04KL101迁移,我在运行中使用FRC振荡器。这里我的配置位为PIC24F04KA200:我已经检查硬件连接,是的,我正确使用PGX3(引脚6,7)。我的配置位有什么问题?
以上来自于百度翻译 以下为原文 Hi guys, I try to write here avoiding opening new discussion... I can't enter in debug mode while I can correctly program device. MPLAB X 4.15 XC16 1.32 PIC24F04KA200 I'm migrating from PIC24F04KL101 where I was running using FRC oscillator. Here my configuration bits for PIC24F04KA200: // oscillator 8MHr FRC #pragma config FNOSC = FRC // primary oscillator disabled #pragma config POSCMOD = NONE // Primary Oscillator Configuration bits (Primary oscillator disabled) #pragma config MCLRE = ON // MCLR Pin Enable bit (MCLR pin enabled; RA5 input pin disabled) #pragma config OSCIOFNC = ON // CLKO Enable Configuration bit (CLKO output disabled) // FICD #pragma config ICS = PGx3 // Reserved (PGC3/PGD3 are used for programming the device) int main(void) { OSCCONbits.SOSCEN = 0; // secondary oscillator disabled AD1PCFG = 0xFFFF; // tutti i pin digitali? // uscita IGBT LATBbits.LATB15 = 0; TRISBbits.TRISB15 = 0; // spengo i led LATBbits.LATB8 = 0; LATBbits.LATB9 = 0; TRISBbits.TRISB8 = 0; TRISBbits.TRISB9 = 0; I already checked hardware connections and YES, I'm correctly using PGx3 (pins 6,7). So.... what's wrong with my configuration bits? |
|
|
|
嗨,你把所有的ICSP信号(5)连接到ICSP连接器吗?你的VDD电压是多少?你使用哪种调试工具?当做
以上来自于百度翻译 以下为原文 Hi, Did you connect all ICSP signals (5) to the ICSP connector ? What is your Vdd voltage ? Which debug tool do you use ? Regards |
|
|
|
是的,他说他可以编程设备-只是不调试
以上来自于百度翻译 以下为原文 yep, he says he can program device - just not debug |
|
|
|
只有小组成员才能发言,加入小组>>
5150 浏览 9 评论
1994 浏览 8 评论
1923 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3164 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2221 浏览 5 评论
716浏览 1评论
602浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
488浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
616浏览 0评论
515浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-14 12:46 , Processed in 1.132753 second(s), Total 56, Slave 50 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号