搜索资源列表
USARTiapBootloader
- 基于STM32F103核实现IAP下载,上位机使用PC的超级终端,将BIN文件通过串口传送-IAP based STM32F103 nuclear achieve download PC using PC' s HyperTerminal, the BIN file transfer through serial port
Flash-Udisk-IAP
- STM32利用片内flash模仿移动硬盘并可以直接用bin下载更新程序的源代码-STM32 chip flash imitate using mobile hard disk and can download the update directly bin program' s source code
stm32-iap-small-data
- 1.此代码基于红牛开发板,请根据自己的板子进行修改。 2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入, 但是这个在实际应用中没多大用,所以修改为一次写入128个字节。 3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置 Option窗口->Target页->IROM1,start 改为 0x8010000 4.设置中断向量重映射,我用的方法是在app端的main函
en.stm32f0_programming_usart
- STM32单片机用串口在线升级通过串口发送BIN文件,BootLoader升级(STM32 single-chip serial upgrade with serial port through the serial port to send BIN file, BootLoader upgrade)