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.

[参考译文] TMS320F28377D:UniFlash、带 dslite 的空白检查(命令行、批处理)

Guru**** 2460010 points
Other Parts Discussed in Thread: UNIFLASH, TMS320F28377D

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1507344/tms320f28377d-uniflash-blank-check-with-dslite-command-line-batch

器件型号:TMS320F28377D
Thread 中讨论的其他器件:UNIFLASH

工具/软件:

您好、

使用 UniFlash 可以执行"空白检查"。
是否也可以使用批处理文件? 如果是、如何实现?

谢谢、此致、

Patrick

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

    尊敬的 Patrick:

    是的、可以使用 dslite 执行"空白检查"。 在 生成的 Uniflash 的包中、将创建 dslite-C28xx_CPU1.bat 文件。   可以 通过添加 -b BlankCheck 作为参数来修改 set generated_command 参数、以便在操作开始前执行空白检查。  

     用于参考参数列表的 Uniflash 闪存模式选项。  

    谢谢。此致、

    Charles

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

    尊敬的 Charles:

    谢谢。 它是有效的。
    对于必须执行相同操作的其他人:
    generate_command 需要按如下方式进行修改:

    设置 generate_command=-c user_files/configs/tms320f28377d.ccxml -l user_files/settings/generated.ufsettings -s VerifyAfterProgramLoad="无验证"-b BlankCheck

    此致、
    Patrick