搜索资源列表
Bootloader-for-MSP430
- MSP430F5438 的串口 Bootloader (非BSL下载方式),从串口下载,两线即可,类似STC的MCU。带原代码及说明文档,方便二次开发。-Bootloader for MSP430F5438,while it s not a BSL methed, This program download by Serial Comm, that means Two Wire download.seems like STC 51 MCU。 with a document,and the cod
MSP430-Updata-App-From-Bootloader
- MSP430通过bootloader实现本地串口程序升级应用程序 分两部分程序:bootloader和APP应用层程序。 功能实现: 1、bootloader程序中检测是否需要升级app程序,需要升级则执行串口程序接收串口发来的应用程序烧录文件。接收成功后执行APP程序。 2、bootloader中断映射到app的虚拟中断地址。 3、APP程序主要用于测试本地升级是否正确,实现串口中断接收数据,主循环发送数据的功能。 4、bootloader和app各自的配置文件修
msp430-MCU-bootloader-Sources.tar
- msp430单片机bootloader MSP430F5438 的串口 Bootloader (非BSL下载方式),从串口下载,两线即可,类似STC的MCU.有源码和文档--Bootloader for MSP430F5438,while it s not a BSL methed, This program download by Serial Comm, that means Two Wire download.seems like STC 51 MCU。 with a document
Msp430-Bootloader
- MSP430程序升级,包括上位机软件,通过串口方式升级程序,方便产品的后期维护- MSP430 program upgrade, including PC software, through the serial port upgrade program to facilitate the maintenance of post-product
Bootloader_for_430
- Msp430 的通过串口下载到Flash然后由bootloader 引导进入应用程序,实现远程升级,全部使用C语言开发,易学易懂,可用于实际项目中- Msp430 through the serial port to download and then guided by Flash bootloader into the application, remote upgrades, all using C language development, easy to learn, can be
MSP430bootloader文档+源码
- msp430F系列单片机bootloader原理与实现完整版源码、文档及说明(Msp430F series microcontroller bootloader principle and implementation of the full version of the source code, documentation and instructions)
MSP430_FlashUpdate
- msp430的BootLoader源文件(MSP430's BootLoader source file)
Bootloader-for-MSP430
- MSP430 5438的一个串口升级程序 包括完整的调试步骤和说明文档 源码(An uart upgrade program for MSP430 5438 includes complete debugging steps and documentation source.)