在我们日常使用MCU的过程中,OTA升级是一个便于产品快速上线以及修正错误的手段,通过Bootloader来更新程序。
如下提供了一些PSOC400T Bootlodar的一些资料,可以用来参考
如下是basic 的例程:
GitHub - Infineon/mtb-example-psoc4-dfu-basic: This example demonstrates how to create a field upgradable project for PSoC™ 4 using the DFU middleware. The device firmware update (DFU) will occur over the I2C or UART interfaces. This includes downloading an application from a host device (PC/MCU) and installing it in PSoC™ 4 device flash.
如下为Host的例程:
https://github.com/Infineon/mtb-example-psoc4-dfu-host
如下为PSOC 4000的DFU操作手册:
[size=14.6667px]https://www.infineon.com/dgdl/Infineon-AN86526_PSoC_4_I2C_Bootloader-ApplicationNotes-v09_00-EN.pdf?fileId=8ac78c8c7cdc391c017d072bb3365042
|