我想通过UART串口升级固件,请问有相关的文档和例程吗?
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.
您好,
文档
关于UART,请参考技术手册第1859页
https://www.ti.com.cn/cn/lit/ug/swcu185f/swcu185f.pdf
链接
1. SimpleLink MCU SDK User's Guide是关于MCU的SDK包用户指南,建议您先阅读 https://dev.ti.com/tirex/explore/content/simplelink_cc2640r2_sdk_5_30_00_03/docs/simplelink_mcu_sdk/Users_Guide.html
2.通过UART串口升级固件的例程
dev.ti.com/.../ble5-quick-start.html
建议您先根据基础例程的步骤,实现升级固件的过程,主要是Project Zero的例程。
希望能对您有所帮助。