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.
工具与软件:
如果主引导加载程序通过设置 VMONCTL 寄存器中的 BORLVMONDIS 位禁用 BOR 电路。 对于应用(无复位)、是否可以通过写入 BORLVMONDIS = 0来撤消禁用 BOR 操作?
我在调试模式下测试了它。 我发现如果我将 BORLVMONDIS 写入1 (禁用)、则无法将其写回0 (启用)。
谢谢!
尊敬的兴华:
此寄存器受 EALLOW 保护。 为了设置/清除此位、您需要 在代码中使用语句 EALLOW;。 清除或设置此位后、您需要写入 EDIS;为了使此寄存器受写保护。
此致、
Joseph