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.

[参考译文] CC2340R5:Dslite 需要的时间超过 uniflash

Guru**** 2644745 points

Other Parts Discussed in Thread: CC2340R5, UNIFLASH

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1587852/cc2340r5-dslite-taking-longer-than-uniflash-to-flash

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

我将使用 CC26X2R1 LaunchPad 对我的 CC2340R5 IC 进行编程。 在 UniFlash 中、大约需要 8–9 秒、但在dslite.bat生成的批处理文件中、需要 12–13 秒。
我还尝试使用命令行:

DSLite noConnectFlash --config="..\..\..\user_files\configs\cc2340r5.ccxml" -e "..\..\..\user_files\images\HMCL_TPMS_CC2340R5RGE_COTA_Disabled_V4.0.0.hex"

但是、由于以下初始化步骤、还需要额外花费 2-3 秒:

  • 正在初始化寄存器数据库

  • 正在初始化:CS_DAP_0

  • 执行启动脚本:CS_DAP_0

  • 正在初始化:Cortex-M0P

  • 执行启动脚本:Cortex-M0P

  • 正在初始化:sec_ap

  • 执行启动脚本:sec_AP

是否有办法运行此初始化一次、然后只执行之后刷写以减少周期时间?