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.

[参考译文] TMS320F28P650DK:基于 cla_ex4_pwm_control 示例的 CLA 实现–调试问题

Guru**** 2531950 points
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1565618/tms320f28p650dk-cla-implementation-based-on-cla_ex4_pwm_control-example-debugging-issue

器件型号:TMS320F28P650DK
Thread 中讨论的其他器件:SysConfigC2000WARE

工具/软件:

您好 TI 社区、

我不熟悉在 C2000 器件上使用 CLA、最近开始使用 CLA 示例 cla_ex4_pwm_control。 我在我的 DSP 上成功运行了该示例并了解其结构。 然后、我通过包含以下内容将相同的设置集成到我自己的工程中:

cla_ex4_PWM_control_cla.cla
cla_ex4_pwm_control_shared.h
28P65x_cla_ram_lnk_cpu1.cmd
我还修改了 SysConfig 设置以匹配示例。 工程构建没有错误、但当我进入调试部分时、我会遇到以下问题:

错误消息:
“在/home/ubnuser/ti/repos/c2000ware_release/driverlib/f28p65x/driverlib/interrupt.c 上找不到源文件。 找到文件或编辑源查找路径以包括其位置。“

这发生在 interrupt.c:192 中的 Interrupt_illegalOperationHandler() 处。 我已搜索 TI 论坛、但找不到明确的解决方案。 有人能指导我解决这个问题吗? 我很感激分步说明、因为我还在学习 CLA 集成。

谢谢!

看到此错误后、我将 driverlib interrupt.c 添加到工程中。 现在、它再次冻结在调试模式下。