主题中讨论的其他器件: UNIFLASH
您好!
我将使用 dslite 对 CC2340R5进行编程、但满足此问题。
但它应该只更新 ccfg、但不确定哪个部分已添加。

您能对此提供帮助吗?
谢谢。
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.
抱歉我的问题不清楚、我的意思是如果我在工厂中安装了 IC、CC2340中没有任何闪存、如何用 dslite 进行闪存?
我们正在使用 UniFlash 版本: 8.4.0.4458和 SDK 版本7_20_01_10
以下 步骤是我们的操作程序:
如果芯片中已经有固件、那么固件不会失效、并且可以正常通过 dslite 进行编程、
但是、理想情况下、用于生产的芯片不应具有处于初始状态的固件、
你有什么想法吗? 或者、您能否向我们介绍在生产线上实现编程的其他方法?
陈爱知
新 LaunchPad 已使用 BLE 示例进行编程、但出厂时的器件没有固件映像。 为了刷写没有任何固件映像的器件(无 ccfg)、需要启用一个特殊设置(因此 dslite 可以首先通过调试器加载到器件中)、设置为 " --mode noConnectFlash"。
> c:\ti\uniflash_8.2.0\dslite.bat --mode noConnectFlash --config C:\Users\... Executing the following command: > "c:\ti\uniflash_8.2.0\deskdb\content\TICloudAgent\win\ccs_base\DebugServer\bin\DSLite" noConnectFlash --config C:\Users\... For more details and examples, please refer to the UniFlash Quick Start guide.
谢谢。
A·F