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.

[参考译文] TM4C123GH6PM:如何重新格式化和删除刷写到 TM4C 的程序

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1229389/tm4c123gh6pm-how-to-reformat-and-delete-program-flashed-to-tm4c

器件型号:TM4C123GH6PM

您好!

是否可以重新格式化 TM4C 并删除刷写的软件、从而使器件与编程之前的情况相同?

谢谢。

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

    你好,Seong,

     如果你只是擦除闪存、你可以在 CCS 中执行它。 请参见下方的。  

    但是、如果要将器件完全恢复为出厂设置、则需要解锁。 这是批量擦除。 解锁/批量擦除和擦除的区别在于、批量擦除也会擦除片上 EEPROM 和所有非易失性寄存器。  如果您使用 LaunchPad 或 ICDI 作为调试探针、请参阅下面的内容。 您可以使用 LM Flash Programmer 解锁器件。  

    如果使用 XDS100、XDS200或 XDS110等调试探针、则可以使用 dbgjtag.exe 命令解锁。 有关详细信息、请参阅此应用手册中的第5.3.2节。  

    https://www.ti.com/lit/pdf/spma075

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

    谢谢你,查尔斯!