DSP28069M_singlemotor_lab13b.rar
编译其中f28069M_ram_lnk.cmd工程可以实现调试
编译其中F28069M.cmd工程调试中没有反应,下断点会出现警告,problems窗口没有警告;()

请您帮我看看
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.
DSP28069M_singlemotor_lab13b.rar
编译其中f28069M_ram_lnk.cmd工程可以实现调试
编译其中F28069M.cmd工程调试中没有反应,下断点会出现警告,problems窗口没有警告;()

请您帮我看看
f28069M_ram_lnk.cmd 用于 RAM 配置,F28069M.cmd 用于 Flash 配置。
从flash运行的话,请参考下面的文档:
https://www.ti.com/lit/an/spra958l/spra958l.pdf
cmd相关信息您可以参考
https://software-dl.ti.com/ccs/esd/documents/c2000_c28x-compiler-understanding-linking.html
但是现在从F28069M.cmd调试
一直卡在
interrupt void PIE_illegalIsr(void)
{
// The next two lines are placeholders
asm(" ESTOP0");
// endless hold loop
for(;;);
} // end of PIE_illegalIsr() function
同样的使用f28069M_ram_lnk.cmd编译调试就没问题
但是现在从F28069M.cmd调试
一直卡在
interrupt void PIE_illegalIsr(void)
{
// The next two lines are placeholders
asm(" ESTOP0");
// endless hold loop
for(;;);
} // end of PIE_illegalIsr() function
同样的使用f28069M_ram_lnk.cmd编译调试就没问题
如之前所说,
F28069M.cmd 用于 Flash 配置。
从flash运行的话,请参考下面的文档: