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.

[参考译文] TM4C123GH6PZ:使用软件复位来移除闪存写入保护

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/606503/tm4c123gh6pz-removing-flash-write-protection-using-software-reset

器件型号:TM4C123GH6PZ

我的 Tiva 上有一个引导加载程序应用程序和另一个应用程序。 我的应用和引导加载程序使用闪存保护进行保护。 FMPPE=0用于它。 现在、我正在执行软件复位(使用命令 HWREG (NVIC_APINT)= NVIC_APINT_VECTKEY | NVIC_APINT_SYSRESETREQ;)并尝试使用引导加载程序升级我的应用。 但由于我无法禁用闪存保护、因此它失败了。 根据数据表、启用后、只能在上电复位后禁用闪存保护。 我们是否可以使用软件复位来执行上电复位?

此致、

那曼