This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
下载了一个程序后,就变成这个样子了:
Error connecting to the target:
(Error -1155 @ 0x0)
Device may be operating in low-power mode. The debugger has forced the device to wake up. Choose 'OK' to attempt to complete the debug connection.
(Emulation package 6.0.407.3)
使用TestConnection 是OK 的;
是不是DSP 芯片被玩坏了?
你好,是你自己设计制作的板子?而且是烧写一次之后就出现这个问题了?烧写的程序之前在其他设备有使用过吗?
另外,连接上芯片后能否擦除芯片flash?能擦除的话可以尝试擦除后再烧写
所以其实我也有点疑惑,因为你的截图应该是连接失败的,但是你下面说
使用TestConnection 是OK 的
所以现在是确定无法连接的?
如果将芯片的仿真引脚外部拉低之后看看能不能连接?
如果还是无法连接,那可能是芯片出现了一些问题。
串口烧写要配置boot引脚,然后再用C2Prog软件,如果你熟悉串口烧写的话可以试一下
确定下来,是软件引起的(我想使用CLA,但CLA 的内存分配不当,使用了非CLA 段),按照
1,下电;
2,Boot 模式改成Wait 模式(通过跳线来实现);
3,然后上电;
4,再次点击连接,程序烧写成功;