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.
求问
在cmd文件中,.text>DRAM时可正常加载程序,但在 作.text > DDR2的设置,编译连接后,在Load Program时失败,并有如下提示信息:
Trouble Removing Breakpoint with the Action "Terminate Program Execution" at 0x80000740: Error 0x80000008/-1066 Fatal Error during: Break Point, Cannot set/verify breakpoint at 0x80000740 Sequence ID: 8 Error Code: -1066 Error Class: 0x80000008
Failed to remove the debug state from the target before disconnecting. There may still be breakpoint opcodes embedded in program memory.
请问是什么原因?谢谢
用的芯片是 DM6446,在ARM端,DRAM和DDR2配置如下:
DRAM: o = 0x00008000 l = 0x00004000
DDR2: o = 0x80000000 l = 0x10000000
在程序中对DDR2地址读写数据可以加载程序运行,但.text >DDR2时 Load Program就会出错。
程序已经很简单了。
谢谢