完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
|
您好,我将程序编译改为大端模式,连接时处于running状态,又出现如下错误: C66xx_0: Trouble Reading Register ControlRegisters_CSR: (Error -1178 @ 0x41) Device functional clock appears to be off. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.232.0) C66xx_0: Trouble Halting Target CPU: (Error -1202 @ 0x0) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.1.232.0) 谢谢! |
|
|
|
|
|
|
|
|
HI,Titan 我导入ti的gel文件只出现如下信息: C66xx_0: GEL Output: Setup_Memory_Map... C66xx_0: GEL Output: Setup_Memory_Map... Done. C66xx_0: GEL Output: Connecting Target... C66xx_0: GEL Output: DSP core #0 C66xx_0: GEL Output: No initialization performed since bootmode = 0x0000000C C66xx_0: GEL Output: You can manually initialize with GlobalDefaultSetup C66xx_0: GEL Output: Invalidate All Cache... C66xx_0: GEL Output: Invalidate All Cache... Done. C66xx_0: GEL Output: GEL Reset... C66xx_0: GEL Output: GEL Reset... Done. C66xx_0: GEL Output: Disable all EDMA3 interrupts and events. 之前加载程序完成时都是处于running状态,通过修改编译选项,程序加载完如下状态: 继续单步运行,又是一直处于running状态,暂停便出现如下错误:C66xx_0: Trouble Halting Target CPU: (Error -1202 @ 0x0) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.1.232.0) 求教:这块板子无法加载调试程序是哪些环节可能出现问题呢,我该如何找出问题的所在 谢谢!!!!! |
|
|
|
|
|
|
|
huangxie 发表于 2018-8-3 10:24 您好,目前来看,大小端的配置是没有问题的。应该是仿真器和板子直接的连接出现了问题。 |
|
|
|
|
|
|
|
|
您好,我之前也遇到过这个问题,但是我发现当我将cmd文件中将数据都放入DDR中,并且在target configuration中将gel文件加载进去就没有这个问题了。或者是在cmd文件中将数据都放入L2SRAM中也可以。 |
|
|
|
|
|
|
|
|
你好,我也遇到了同样的问题 1. 使用TI提供的测试网口的例子.gel文件按自己要求修改过了,调试后也可以正常运行到最后一句打印,然后就没有任何输出,也没有错误,核0还是running状态,就是无法跳转到main函数. 手动停止程序运行会出现下面问题 C66xx_0: Trouble Halting Target CPU: (Error -1202 @ 0x0) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.1.232.0) 2. 经常一开始调试就会遇到下面错误 C66xx_0: GEL Output: Setup_Memory_Map... C66xx_0: GEL Output: Setup_Memory_Map... Done. C66xx_0: Error connecting to the target: (Error -1144 @ 0x0) Device core is hung. The debugger attempted to recover debug control, but was unsuccessful. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.747.0) 第二个问题使得无法调试程序了,工作没法进行了,麻烦解答下,非常感激. |
|
|
|
|
|
|
|
szbliy 发表于 2018-8-3 12:16 问题1:你的网口没通吧,一些库函数通不过,比如 EVM_init(),在进入main函数之前先运行,这个函数不通,无法进入mian,暂停会出现错误。 问题2:出现问题1,再调试应该就会出现问题2,板子重新上电复位DSP,不行再重启CCS试下 |
|
|
|
|
|
|
|
|
你好, 今天调试hua->6678这个工程,一开始说是没有记载boot.c文件,手动加载后,程序还是无法跳转,在EVM_Init入口加了打印没有打印出来(如果可以platform_write也是输出在console窗口的吧)。 以上两个就是手动加载boot.c文件后的情况。 上面的图继续点击运行后又没有反应了。断电后在重新调试就只输出到上面console框中的内容,核状态还是running。evm.cfg中存储器映射哪里只把DDR改为DDR3了,这样编译才可以过。编译选项里的general->linker command file是空的。 麻烦给看下是什么原因导致的无法调转到mian函数,怎么解决,非常感激 |
|
|
|
|
|
|
|
szbliy 发表于 2018-8-3 12:42 你把EVM_Init这个函数去掉试试,你的不是评估板,EVM_Init里这个函数pform_status = platform_init(&sFlags, &sConfig);不一定通过,这个函数封装在库里,通不过就是一直running。这个函数在cfg里创建的,你可以注释cfg里的,在main函数里调用,单步看看是什么样子 |
|
|
|
|
|
|
|
huangxie 发表于 2018-8-3 12:59 你好,按照你说的在evm.cfg里面注释掉了 //Startup.lastFxns.$add('&EVM_init'); 调试还是无法跳转到main;第二次又把后面的var tskNdkMainThread = Task.create("&hpdspuaStart");的相关内容页注释掉了,还是同样的现象。能否指导下?方便的话用qq联系吧,方便点,我的是329354682。谢谢啦 |
|
|
|
|
|
|
|
szbliy 发表于 2018-8-3 13:12 你好,你是调试HUA这个工程才出现这个情况吗,你试过最简单的helloworld吗?你的DDR通了没 |
|
|
|
|
|
|
|
|
你好,只有hua的这个工程出现这个问题,其他工程加了gel文件也可以调到main函数。不知道什么原因?其他工程会经常遇到下面问题,不知道是否遇到? C66xx_0: Error connecting to the target: (Error -1143 @ 0x0) Device core was hung. The debugger has forced the device to a ready state and recovered debug control, but your application's state is now corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.0.747.0) |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
564 浏览 0 评论
1626 浏览 0 评论
2053 浏览 0 评论
为啥BQ7693003DBTR芯片在和BQ769X0盒子通讯时收不到信号?
1521 浏览 0 评论
DSP 28027F 开发板 XDS100v2调试探针诊断日志显示了 Error -150 (SC_ERR_FTDI_FAIL)如何解决
1352 浏览 0 评论
AT32F407在USART2 DMA发送数据时,接包接到了要发送的数据,程序还是处于等待传输完成的标识判断中,为什么?
1771浏览 29评论
2797浏览 23评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
1733浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
1646浏览 14评论
两个TMP117传感器一个可以正常读取温度值,一个读取的值一直是0,为什么?
1658浏览 13评论
/9
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-12-4 11:15 , Processed in 1.038334 second(s), Total 75, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191

淘帖
3416