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.

[参考译文] TMS320F280034:SysConfig 在 Mac 上的软件优先级中断嵌套中存在错误-它使用 PC 路径

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1271125/tms320f280034-sysconfig-has-a-bug-in-software-prioritized-interrupt-nesting-on-a-mac----it-uses-pc-paths

器件型号:TMS320F280034
主题中讨论的其他器件:SysConfig

当我 在 SysConfig 中添加软件优先级中断嵌套时、它会创建一个名为"sw_routed_isr_levels.h"的文件。 该文件中包含以下行:

//
// Include the header file with software interrupt prioritization logic
//
#include "device_support\f28003x\common\include\sw_interrupt_prioritization_logic.h"

这是一个有效的 PC 路径,但它对 Mac 无效--它需要"/"而不是"\"

解决此问题的时间有多快?

此致

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

    您好、Neil:

    我已经通知软件团队在下一版本中修复它。 同时、您可以编辑第142行上的文件"c2000ware-release\driverlib\.meta\interrupt_nesting\sw_pristalized _isr_levels.h.xdt"来指向使用正确的路径分隔符("/")

    此致、

    文斯

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

    谢谢!  这是工作,非常有帮助!