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.

[参考译文] CC2640:使用 srfprog.exe 对 CC2640进行编程、同时使用多个映像。

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1412928/cc2640-program-cc2640-with-srfprog-exe-with-multiple-images

器件型号:CC2640

工具与软件:

我想使用命令行来控制"srfprog.exe"、从而使用多映像对 CC2640进行编程。

在我的应用程序中、我要同时使用"HostTest.hex"和"HostTestStack.hex"对器件进行编程、以将器件设置为蓝牙直接测试模式。

如果直接使用 GUI - SmartRF Flash Programmer 2 (gui_flash_programmer.exe)可完成此操作。 但我喜欢自动执行这些步骤。

我可以知道"srfprog.exe"能够支持闪存多个映像吗?

如果单个图像、我的命令行命令将为:

C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>srfprog -t soc (XDS-00000000、CC2640)-e pif -p all -v rb -k ccfg -f "C:\image\HostTest.hex"

我可以知道多个图像的命令是什么吗?