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.

[参考译文] TMS320F2800157:禁用 BOR 操作可以撤消吗?

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1431599/tms320f2800157-can-the-disable-bor-operation-be-undone

器件型号:TMS320F2800157

工具与软件:

如果主引导加载程序通过设置 VMONCTL 寄存器中的 BORLVMONDIS 位禁用 BOR 电路。 对于应用(无复位)、是否可以通过写入 BORLVMONDIS = 0来撤消禁用 BOR 操作?

我在调试模式下测试了它。 我发现如果我将 BORLVMONDIS 写入1 (禁用)、则无法将其写回0 (启用)。

谢谢!

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

    尊敬的兴华:

    此寄存器受 EALLOW 保护。  为了设置/清除此位、您需要 在代码中使用语句 EALLOW;。  清除或设置此位后、您需要写入 EDIS;为了使此寄存器受写保护。

    此致、

    Joseph