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.

[参考译文] LAUNCHXL-F280049C:ex3_live_firmware_update 示例中的 Sci_lockAutobaud

Guru**** 2448780 points
Other Parts Discussed in Thread: LAUNCHXL-F280049C

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1525395/launchxl-f280049c-sci_lockautobaud-in-ex3_live_firmware_update-example

器件型号:LAUNCHXL-F280049C

工具/软件:

好的一天、  

在 LAUNCHXL-F280049C 开发板的 ex3_live_firmware_update  中、main 中有一个 SCI_lockAutobaud (SCIA_BASE)。 我的问题是、当系统上电但未执行实时固件更新时、应用程序代码将如何运行?   SCI_lockAutoBaud 功能是一种阻塞功能、因此当电路板上电(并且未执行固件更新)时、代码将被永久阻止。  

谢谢、  

Scott

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

    Scott、

    正确、这就是本示例的设计方式。 在自动波特率锁定完成之前、它将阻止后台任务(而不是 ISR)。

    谢谢、

    Sira