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.

[参考译文] TMS570LC4357:SCM 自检问题

Guru**** 2430620 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1279413/tms570lc4357-scm-self-test-issue

器件型号:TMS570LC4357

您好!

我正在尝试运行 SCM 自检、我发现自己处于同样的情况 链接

自程序开始以来、便会显示挂起事务、因此不会运行自检。

此时已生成寄存器快照、仅 执行了_coreInitRegisters_和_coreInitStackPointer_、它已经显示为  

与代码后面的某些函数相同的挂起事务会阻止执行 SCM 自检。

此致。

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

    您好、 

    CPU 可能有一个挂起的事务置位该位。

    您能尝试调用以下函数来看看吗?

    gotoCPUIdle_();

    --
    谢谢。此致、
    Jagadish。

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

    Jagadish、您好!

    感谢您的回答。

    仍会显示待处理事务。

    更新:通过更改上图中指令的顺序(如参考手册中所指定)来解决。 即:

    Rergards。