# gd32f4xx_iap **Repository Path**: pandygui/gd32f4xx_iap ## Basic Information - **Project Name**: gd32f4xx_iap - **Description**: The IAP Bootloader instantiation of GD32F450VIT6( FLASH 2MB) with PC tool. 在GD32F4平台上实现IAP功能在线升级的功能,附带PC下载工具。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gd32f4xx_iap Env : `Windows x64,Python3, keil-4` ```python pip3 install pyserial # or # pip2 install serial ``` ## bootLoader 实现IAP的基本功能:程序跳转,固件传输,Flash写入 ## Main-app 用于证明IAP升级以后可以正常工作。 ## Tools 用于发送升级命令,传输固件 ## 致谢 https://gitee.com/nbtech https://blog.csdn.net/weixin_42716741/article/details/113535918 https://blog.csdn.net/qq_30760601/article/details/105494369 https://blog.csdn.net/Stack_/article/details/124683892