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.

[参考译文] MSP430FR59941:使用 Uniflash CLI 在闪存后引导程序。

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1060933/msp430fr59941-boot-program-after-flash-using-the-uniflash-cli

器件型号:MSP430FR59941
主题中讨论的其他器件:UNIFLASH

你(们)好。

我目前正在创建一个脚本、用于刷写 MSP430FR5994IPNR、然后在其所在的电路板上执行硬件/软件测试。 我正在寻找一种在闪存之后引导程序的方法、就像在使用 Uniflash GUI 进行闪存时一样。 如何操作? 我可能会使用它  --post-flash-device-cmd but when I try to list the commands I get: 

失败:未找到标识符:GEL_CLI_s() 

我应该怎么做?

谢谢!

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

    您好 Isaac、

    让我看看我是否可以为您挖掘一些有用的东西。

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

    您好 Isaac、我用 Uniflash 完成了。  我创建了一个 CLI、然后使用-u 选项启动编程完成后运行的目标。

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

    就是这样! 谢谢您、Dennis。

    Isaac