MSPBSL

适用于 MSP 低功耗微控制器的引导加载程序 (BSL)

MSPBSL

下载

概述

The bootloader (BSL) on MSP430™ microcontrollers (MCUs) lets users communicate with embedded memory in the MSP MCUs during the prototyping phase, final production, and in service. This is done through standard interfaces such as UART, I2C, SPI, and USB. Both the programmable memory (Flash/FRAM) and the data memory (RAM) can be modified as required.

Below are the steps needed in order to both understand and use the MSPBSL effectively across the MSP portfolio. For the most up to date information on what features the BSL on your device supports or which interface methods are needed to communicate with the BSL, please see “TABLE 1. Overview of BSL Features” which is contained within the BSL User Guides linked to in STEP 1.

 

STEP 1: Understanding the MSP Bootloader (BSL)

Some applications require a customized bootloader to meet requirements outside of the BSL provided. Additionally, some MSP MCUs, such as the MSP430F5xxx, MSP430F6xxx and SimpleLink MSP432 MCU families, allow the user to customize the factory programmed BSL; however, most devices have a BSL in ROM that cannot be changed. For these devices an alternative BSL solution such as a main memory bootloader would need to be used to customize the boot loading process

 

 

STEP 2: Updating Application Firmware with the MSP BSL

Once a basic understanding of the BSL is achieved, one will want to communicate and/or program a device using the BSL. This can be done in several ways outlined below.

Communication Bridge – Hardware for BSL to PC Connection

In order to connect the MSP430 MCU's BSL to a PC, some additional hardware may be needed. The following are a few options for connecting the MSP430 BSL to a PC.

The MSP430-BSL Programmer ("BSL Rocket") is a bridge between the MSP430 BSL and a USB connection to a PC. The MSP430-BSL Rocket is a collaboration between Olimex LTD and Texas Instruments. The MSP430-BSL Programmer’s PCB and firmware are open source, and it supports UART, I2C and SPI communication.


The MSP-FET programmer and debugger also supports BSL interfaces for programming.

The MSP-GANG Production Programmer can program up to eight MCUs at the same time also supports the UART BSL interface.


A USB design on a custom board may also be used to access the USB BSL on MSP430 MCU devices that contain a USB peripheral. A Python-based GUI is also provided to help with USB BSL firmware upgrades on MSP430 devices. This software is part of the USB developer’s package linked below.


BSL Scripter – PC Side Software

The BSL Scripter is a command line program used to communicate with the MSP430 MCU BSL on a PC operating Windows®, Linux® and macOS® X through a communication bridge. Supported communication bridges include the MSP-BSL programmer ("BSL Rocket"), the MSP-FET, and the USB BSL on certain MSP430 flash-based devices. See the BSL Scripter User Guide for more information on how to use this program. Within the BSL Scripter Software download, BSLDEMO2 (deprecated command line tool for BSL) is also included for older devices not supported by the BSL Scripter. BSLScipter is available standalone and integrated within UniFlash v4.6.0 or greater.


Embedded Programming Solutions

Some applications do not have access to a PC for programming an MSP430 MCU via BSL. A Host BSL driver can be easily written to use the MSP430 BSL protocol over UART, I2C, or USB. The following application notes demonstrate this capability. Custom solutions for a chosen embedded host should follow the BSL protocol found within the BSL User’s Guides in step 1.

MSP430™ Bootloader With SimpleLink™ MCUs is the App note that provides the software to have embedded host for MSP430 bootloader.

MSP430™ Bootloader With Sitara™ Embedded Linux Host is the Apps note that provides the software to have embedded host for UART based MSP430 bootloader. The project is based on the host being implemented using Sitara Embedded Linux Host.

MSP430 ™ Firmware Updates Over I2C Using Linux ®  is the App note that provides the software for an embedded host to I2C based MSP430 bootloader. The project is based the host being implemented using TI BeagleBone Black running stock Debian Linux distribution.

STEP 3: Customizing the MSP BSL

Some applications require a customized bootloader to meet requirements outside of the BSL provided. Additionally, some MSP MCUs, such as the MSP430F5xxx, MSP430F6xxx and SimpleLink MSP432 MCU families, allow the user to customize the factory programmed BSL; however, most devices have a BSL in ROM that cannot be changed.

Custom BSL Documentation

On the flash based MSP430F5xxx and MSP430F6xxx MCU families, developers can change the BSL source code to add different peripheral interfaces, custom entry sequences, or other custom features to the standard BSL. Use the BSL source code linked below for reference when customizing the BSL.  All available BSL firmware images and BSL source code are contained within the BSL430-SOURCE software package. BSL source code is only available for the most recent BSL version.

Source code for MSP432E4 MCUs is available within the SimpleLink MSP432E4 SDK

Main Memory BSLs

MSP430 MCUs have two different main memory (application-side) BSLs that can be customized to an application's needs. These solutions do not replace the BSL that is included with the device, but sit on top of the application software in order to customize a BSL.

For flash-based MSP430 MCUs, MSPBOOT is offered:

For FRAM-based MSP430 MCUs, MSPFRBOOT is the offered featuring an over-the-air update option:

 

Secure Firmware Updates

Some applications are in need of secure firmware updates. The following has been made available for these situations.

The Crypto-Bootloader (CryptoBSL) is a custom bootloader that was developed and implemented on MSP430FR59xx and MSP430FR69xx FRAM microcontrollers. This bootloader uses cryptographic functions to enable increased security for in-field firmware updates.

  •  
下载 观看带字幕的视频 视频

下载

驱动程序或库

MSPBSL_CUSTOMBSL432 用于 MSP432 的 MSB 引导加载程序

下载选项

MSPBSL_CUSTOMBSL432 用于 MSP432 的 MSB 引导加载程序

close
最新版本
版本: 1.01.00.00
发布日期: 11 十二月 2017

MSPBSL_CustomBSL432 Package

MD5 校验和

最新动态

The following changes have been added to MSP432 Custom BSL:

  • Bootloader (BSL) firmware image MSP432P4111 that programmed for MSP432P4x1V, MSP432P4x1Y, MSP432P4x11 from factory (0000.0003.0007.0205.000D)
  • Source code update for MSP432P4x1V, MSP432P4x1Y, MSP432P4x11 (0000.0003.0007.0205.000D)
  • CCS project file is provided for MSP432P4x1V, MSP432P4x1Y, MSP432P4x11. This is compatible for CCS v7.0 and newer version.
  • CCS project file is provided for MSP432P401R and MSP432P401M. This is compatible for CCS v6.0 and newer version.
  • User's guide update to have the new section: How to reprogram and customize the BSL.

发布信息

The Bootloader (BSL, formerly known as the bootstrap loader) is an application built into MSP low-power microcontrollers. It enables the user to communicate with the device to read from and write to its memory. This feature is primarily used for programming the device, during prototyping, final production, and in service. Both the programmable memory (Flash memory or FRAM) and the data memory (RAM) can be modified as required. Different BSLs offer different peripherals to communicate with, e.g. UART, I2C, SPI, or USB.
驱动程序或库

MSPBSL_CUSTOMBSL430 用于 MSP430 的 MSB 引导加载程序

下载选项

MSPBSL_CUSTOMBSL430 用于 MSP430 的 MSB 引导加载程序

close
最新版本
版本: 1_02_00_01
发布日期: 02 四月 2020

Source code and released BSL images for MSP430

MD5 校验和

发布信息

The Bootloader (BSL, formerly known as the bootstrap loader) is an application built into MSP low-power microcontrollers. It enables the user to communicate with the device to read from and write to its memory. This feature is primarily used for programming the device, during prototyping, final production, and in service. Both the programmable memory (Flash memory or FRAM) and the data memory (RAM) can be modified as required. Different BSLs offer different peripherals to communicate with, e.g. UART, I2C, or USB.

Previous releases can be downloaded from here.

固件

MSPFRBOOT MSPFRBOOT

lock = 需要出口许可(1 分钟)
支持的产品和硬件

支持的产品和硬件

产品
MSP430 微控制器
MSP430FR2000 具有 0.5KB FRAM、0.5KB SRAM、比较器、UART/SPI、计时器 16MHz MCU MSP430FR2032 具有 8KB FRAM、1KB SRAM、10 位 ADC、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR2033 具有 16KB FRAM、2KB SRAM、10 位 ADC、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR2100 具有 1KB FRAM、0.5KB SRAM、比较器、10 位 ADC、UART/SPI、计时器的 16MHz MCU MSP430FR2110 具有 2KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI、计时器的 16MHz MCU MSP430FR2111 具有 4KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI、计时器的 16MHz MCU MSP430FR2153 具有 16KB FRAM、2KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR2155 具有 32KB FRAM、4KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR2310 具有 2KB FRAM、运算放大器、TIA、比较器、DAC、10 位 ADC 的 16MHz 集成模拟微控制器 MSP430FR2311 具有 3.75KB FRAM、运算放大器、TIA、比较器、DAC、10 位 ADC 的 16MHz 集成模拟微控制器 MSP430FR2353 具有 16KB FRAM、运算放大器/PGA、12 位 DAC、12 位 ADC 的 24MHz 105°C 集成模拟微控制器 MSP430FR2355 具有 32KB FRAM、运算放大器/PGA、12 位 DAC、12 位 ADC 的 24MHz 105°C 集成模拟微控制器 MSP430FR2422 具有 8KB FRAM、2KB SRAM、10 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2433 具有 16KB FRAM、4KB SRAM、10 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2475 具有 32KB FRAM、6KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2476 具有 64KB FRAM、8KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2512 具有 4 个触摸 IO(4 个传感器)、8KB FRAM、2KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2522 具有 8 个触摸 IO(16 个传感器)、8KB FRAM、2KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2532 具有 8 个触摸 IO(8 个传感器)、8KB FRAM、1KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2533 具有 16 个触摸 IO(24 个传感器)、16KB FRAM、2KB SRAM、19 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2632 具有 8 个触摸 IO(16 个传感器)、8KB FRAM、2KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2633 具有 16 个触摸 IO(64 个传感器)、16KB FRAM、4KB SRAM、19 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2672 具有 16 个 I/O(16 个传感器)、8KB FRAM、2KB SRAM、27 个 I/O、12 位 ADC 的电容式触控 MCU MSP430FR2673 具有 16 个 I/O(64 个传感器)、16KB FRAM、4KB SRAM、27 个 I/O、12 位 ADC 的电容式触控 MCU MSP430FR2675 具有 16 个触摸 IO(64 个传感器)、32KB FRAM、6KB SRAM、43 个 IO、12 位 ADC、105C 的电容式触控 MCU MSP430FR2676 具有 16 个触摸 IO(64 个传感器)、64KB FRAM、8KB SRAM、43 个 IO、12 位 ADC、105C 的电容式触控 MCU MSP430FR4131 具有 4KB FRAM、0.5KB SRAM、10 位 ADC、LCD、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR4132 具有 8KB FRAM、1KB SRAM、10 位 ADC、LCD、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR4133 具有 16KB FRAM、2KB SRAM、10 位 ADC、LCD、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR5041 具有 32KB FRAM、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR5043 具有 64KB FRAM、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR50431 适用于流量计、具有 64KB FRAM、12KB RAM 和 I2C 引导加载程序的超声波感应 MCU MSP430FR5720 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5721 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5722 具有 8KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5723 具有 8KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5724 具有 8KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5725 具有 8KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5726 具有 16KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5727 具有 16KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5728 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5729 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5730 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5731 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5732 具有 24MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5733 具有 24MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5734 具有 8KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5735 具有 8KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5736 具有 24 MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 16KB MCU MSP430FR5737 具有 24 MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 16KB MCU MSP430FR5738 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5739 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5739-EP MSP430FR5739 具有 16KB FRAM、1KB SRAM、32 个 IO、10 位 ADC 和比较器的 24MHz ULP 微控制器 MSP430FR5847 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR58471 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5848 具有 48KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5849 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5857 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5858 具有 48KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5859 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5867 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR58671 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5868 具有 48KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5869 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5870 具有 32KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5872 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR58721 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5887 适用于流量计的旋转感应 MCU,具有扩展扫描接口、64KB FRAM、2KB SRAM MSP430FR5888 适用于流量计的旋转感应 MCU,具有扩展扫描接口、96KB FRAM、2KB SRAM MSP430FR5889 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、2KB SRAM MSP430FR58891 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、I2C 引导加载程序 MSP430FR5922 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR59221 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5947 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR59471 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5948 具有 48KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5949 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5957 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5958 具有 48KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5959 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5962 具有 128KB FRAM、8KB SRAM、低功耗加速器、AES、12 位 ADC、DMA 和 76 个 IO 的 16MHz MCU MSP430FR5964 具有 256KB FRAM、8KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5967 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5968 具有 48KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5969 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5969-SP 耐辐射混合信号微控制器 MSP430FR59691 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5970 具有 32KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5972 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR59721 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5986 适用于流量计的旋转感应 MCU,具有扩展扫描接口、48KB FRAM、AES MSP430FR5987 适用于流量计的旋转感应 MCU,具有扩展扫描接口、64KB FRAM、AES MSP430FR5988 适用于流量计的旋转感应 MCU,具有扩展扫描接口、96KB FRAM、AES MSP430FR5989 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、AES MSP430FR5989-EP 具有 128KB FRAM、2KB SRAM、48 IO、ADC12、Scan IF 和 AES 的 16MHz ULP 微控制器 MSP430FR59891 适用于流量计且具有扩展扫描接口、128KB FRAM、AES、I2C 引导加载程序的旋转感应 MCU MSP430FR5992 具有 128KB 闪存、8KB SRAM、12 位 ADC、比较器、I2C/SPI/UART 和硬件乘法器的 16MHz MCU MSP430FR5994 具有 256KB FRAM、8KB SRAM、LEA、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR59941 具有 256KB FRAM、8KB SRAM、LEA、AES、12 位 ADC、比较器、DMA、68 个 IO 和 eUSCI 的 16MHz MCU MSP430FR6005 具有 128KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6007 具有 256KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6035 具有 16KB 闪存、2KB SRAM、比较器、I2C/SPI/UART 和硬件乘法器的 16MHz MCU MSP430FR6037 具有 256KB FRAM、8KB SRAM、低功耗加速器、AES、12 位 ADC、LCD、DMA 和 76 个 IO 的 16MHz MCU MSP430FR60371 具有 256KB FRAM、8KB SRAM、低功耗加速器、LCD、DMA、I2C 引导加载程序和 76 个 IO 的 16MHz MCU MSP430FR6041 具有 32KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6043 适用于燃气和水计量应用、具有 64KB FRAM、12KB RAM 和 LCD 的超声波感应 MCU MSP430FR60431 具有 64KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6045 具有 128KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6047 具有 256KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR60471 适用于流量计、具有 256KB FRAM、8KB RAM、LCD 和 I2C 引导加载程序的超声波感应 MCU MSP430FR6820 具有 32KB FRAM、2KB SRAM、116 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6822 具有 64KB FRAM、2KB SRAM、116 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR68221 具有 64KB FRAM、2KB SRAM、116 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6870 具有 32KB FRAM、2KB SRAM、112 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6872 具有 64KB FRAM、2KB SRAM、112 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR68721 具有 64KB FRAM、2KB SRAM、112 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6877 具有 64KB FRAM、2KB SRAM、320 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6879 具有 128KB FRAM、2KB SRAM、320 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR68791 具有 128KB FRAM、2KB SRAM、320 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6887 适用于流量计且具有扩展扫描接口、64KB FRAM、LCD 的旋转感应 MCU MSP430FR6888 适用于流量计且具有扩展扫描接口、96KB FRAM、LCD 的旋转感应 MCU MSP430FR6889 适用于流量计且具有扩展扫描接口、128KB FRAM、LCD 的旋转感应 MCU MSP430FR68891 适用于流量计且具有扩展扫描接口、128KB FRAM、LCD、I2C 引导加载程序的旋转感应 MCU MSP430FR6920 具有 32KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6922 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69221 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6927 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69271 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6928 具有 96KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6970 具有 32KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6972 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69721 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6977 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6979 具有 128KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69791 具有 128KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6987 适用于流量计的旋转感应 MCU,具有扩展扫描接口、64KB FRAM、AES、LCD MSP430FR6988 适用于流量计的旋转感应 MCU,具有扩展扫描接口、96KB FRAM、AES、LCD MSP430FR6989 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、AES、LCD MSP430FR69891 具有 128KB FRAM、8KB SRAM、LEA、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU
下载选项

MSPFRBOOT MSPFRBOOT

close
最新版本
版本: 1.03.00.00
发布日期: 13 四月 2020

MSPFRBoot Software Package

MD5 校验和
产品
MSP430 微控制器
MSP430FR2000 具有 0.5KB FRAM、0.5KB SRAM、比较器、UART/SPI、计时器 16MHz MCU MSP430FR2032 具有 8KB FRAM、1KB SRAM、10 位 ADC、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR2033 具有 16KB FRAM、2KB SRAM、10 位 ADC、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR2100 具有 1KB FRAM、0.5KB SRAM、比较器、10 位 ADC、UART/SPI、计时器的 16MHz MCU MSP430FR2110 具有 2KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI、计时器的 16MHz MCU MSP430FR2111 具有 4KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI、计时器的 16MHz MCU MSP430FR2153 具有 16KB FRAM、2KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR2155 具有 32KB FRAM、4KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR2310 具有 2KB FRAM、运算放大器、TIA、比较器、DAC、10 位 ADC 的 16MHz 集成模拟微控制器 MSP430FR2311 具有 3.75KB FRAM、运算放大器、TIA、比较器、DAC、10 位 ADC 的 16MHz 集成模拟微控制器 MSP430FR2353 具有 16KB FRAM、运算放大器/PGA、12 位 DAC、12 位 ADC 的 24MHz 105°C 集成模拟微控制器 MSP430FR2355 具有 32KB FRAM、运算放大器/PGA、12 位 DAC、12 位 ADC 的 24MHz 105°C 集成模拟微控制器 MSP430FR2422 具有 8KB FRAM、2KB SRAM、10 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2433 具有 16KB FRAM、4KB SRAM、10 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2475 具有 32KB FRAM、6KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2476 具有 64KB FRAM、8KB SRAM、比较器、12 位 ADC、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR2512 具有 4 个触摸 IO(4 个传感器)、8KB FRAM、2KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2522 具有 8 个触摸 IO(16 个传感器)、8KB FRAM、2KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2532 具有 8 个触摸 IO(8 个传感器)、8KB FRAM、1KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2533 具有 16 个触摸 IO(24 个传感器)、16KB FRAM、2KB SRAM、19 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2632 具有 8 个触摸 IO(16 个传感器)、8KB FRAM、2KB SRAM、15 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2633 具有 16 个触摸 IO(64 个传感器)、16KB FRAM、4KB SRAM、19 个 IO、10 位 ADC 的电容式触控 MCU MSP430FR2672 具有 16 个 I/O(16 个传感器)、8KB FRAM、2KB SRAM、27 个 I/O、12 位 ADC 的电容式触控 MCU MSP430FR2673 具有 16 个 I/O(64 个传感器)、16KB FRAM、4KB SRAM、27 个 I/O、12 位 ADC 的电容式触控 MCU MSP430FR2675 具有 16 个触摸 IO(64 个传感器)、32KB FRAM、6KB SRAM、43 个 IO、12 位 ADC、105C 的电容式触控 MCU MSP430FR2676 具有 16 个触摸 IO(64 个传感器)、64KB FRAM、8KB SRAM、43 个 IO、12 位 ADC、105C 的电容式触控 MCU MSP430FR4131 具有 4KB FRAM、0.5KB SRAM、10 位 ADC、LCD、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR4132 具有 8KB FRAM、1KB SRAM、10 位 ADC、LCD、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR4133 具有 16KB FRAM、2KB SRAM、10 位 ADC、LCD、UART/SPI/I2C、红外逻辑、计时器的 16MHz MCU MSP430FR5041 具有 32KB FRAM、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR5043 具有 64KB FRAM、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR50431 适用于流量计、具有 64KB FRAM、12KB RAM 和 I2C 引导加载程序的超声波感应 MCU MSP430FR5720 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5721 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5722 具有 8KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5723 具有 8KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5724 具有 8KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5725 具有 8KB FRAM、1KB SRAM、比较器、10 位 ADC、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5726 具有 16KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5727 具有 16KB FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5728 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5729 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5730 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5731 具有 4KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5732 具有 24MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5733 具有 24MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 8MHz MCU MSP430FR5734 具有 8KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5735 具有 8KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5736 具有 24 MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 16KB MCU MSP430FR5737 具有 24 MHz FRAM、1KB SRAM、比较器、UART/SPI/I2C、计时器的 16KB MCU MSP430FR5738 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5739 具有 16KB FRAM、1KB SRAM、10 位 ADC、比较器、UART/SPI/I2C、计时器的 24MHz MCU MSP430FR5739-EP MSP430FR5739 具有 16KB FRAM、1KB SRAM、32 个 IO、10 位 ADC 和比较器的 24MHz ULP 微控制器 MSP430FR5847 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR58471 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5848 具有 48KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5849 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5857 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5858 具有 48KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5859 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5867 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR58671 具有 32KB FRAM、1KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5868 具有 48KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5869 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5870 具有 32KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5872 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR58721 具有 64KB FRAM、2KB SRAM、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5887 适用于流量计的旋转感应 MCU,具有扩展扫描接口、64KB FRAM、2KB SRAM MSP430FR5888 适用于流量计的旋转感应 MCU,具有扩展扫描接口、96KB FRAM、2KB SRAM MSP430FR5889 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、2KB SRAM MSP430FR58891 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、I2C 引导加载程序 MSP430FR5922 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR59221 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5947 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR59471 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5948 具有 48KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5949 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5957 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5958 具有 48KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5959 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5962 具有 128KB FRAM、8KB SRAM、低功耗加速器、AES、12 位 ADC、DMA 和 76 个 IO 的 16MHz MCU MSP430FR5964 具有 256KB FRAM、8KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5967 具有 32KB FRAM、1KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5968 具有 48KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5969 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5969-SP 耐辐射混合信号微控制器 MSP430FR59691 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5970 具有 32KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5972 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR59721 具有 64KB FRAM、2KB SRAM、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU MSP430FR5986 适用于流量计的旋转感应 MCU,具有扩展扫描接口、48KB FRAM、AES MSP430FR5987 适用于流量计的旋转感应 MCU,具有扩展扫描接口、64KB FRAM、AES MSP430FR5988 适用于流量计的旋转感应 MCU,具有扩展扫描接口、96KB FRAM、AES MSP430FR5989 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、AES MSP430FR5989-EP 具有 128KB FRAM、2KB SRAM、48 IO、ADC12、Scan IF 和 AES 的 16MHz ULP 微控制器 MSP430FR59891 适用于流量计且具有扩展扫描接口、128KB FRAM、AES、I2C 引导加载程序的旋转感应 MCU MSP430FR5992 具有 128KB 闪存、8KB SRAM、12 位 ADC、比较器、I2C/SPI/UART 和硬件乘法器的 16MHz MCU MSP430FR5994 具有 256KB FRAM、8KB SRAM、LEA、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR59941 具有 256KB FRAM、8KB SRAM、LEA、AES、12 位 ADC、比较器、DMA、68 个 IO 和 eUSCI 的 16MHz MCU MSP430FR6005 具有 128KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6007 具有 256KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6035 具有 16KB 闪存、2KB SRAM、比较器、I2C/SPI/UART 和硬件乘法器的 16MHz MCU MSP430FR6037 具有 256KB FRAM、8KB SRAM、低功耗加速器、AES、12 位 ADC、LCD、DMA 和 76 个 IO 的 16MHz MCU MSP430FR60371 具有 256KB FRAM、8KB SRAM、低功耗加速器、LCD、DMA、I2C 引导加载程序和 76 个 IO 的 16MHz MCU MSP430FR6041 具有 32KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6043 适用于燃气和水计量应用、具有 64KB FRAM、12KB RAM 和 LCD 的超声波感应 MCU MSP430FR60431 具有 64KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6045 具有 128KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR6047 具有 256KB FRAM、LCD、12 位高速 8MSPS Σ-Δ ADC 和集成传感器 AFE 的 16MHz MCU MSP430FR60471 适用于流量计、具有 256KB FRAM、8KB RAM、LCD 和 I2C 引导加载程序的超声波感应 MCU MSP430FR6820 具有 32KB FRAM、2KB SRAM、116 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6822 具有 64KB FRAM、2KB SRAM、116 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR68221 具有 64KB FRAM、2KB SRAM、116 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6870 具有 32KB FRAM、2KB SRAM、112 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6872 具有 64KB FRAM、2KB SRAM、112 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR68721 具有 64KB FRAM、2KB SRAM、112 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6877 具有 64KB FRAM、2KB SRAM、320 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6879 具有 128KB FRAM、2KB SRAM、320 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR68791 具有 128KB FRAM、2KB SRAM、320 段 LCD、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6887 适用于流量计且具有扩展扫描接口、64KB FRAM、LCD 的旋转感应 MCU MSP430FR6888 适用于流量计且具有扩展扫描接口、96KB FRAM、LCD 的旋转感应 MCU MSP430FR6889 适用于流量计且具有扩展扫描接口、128KB FRAM、LCD 的旋转感应 MCU MSP430FR68891 适用于流量计且具有扩展扫描接口、128KB FRAM、LCD、I2C 引导加载程序的旋转感应 MCU MSP430FR6920 具有 32KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6922 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69221 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6927 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69271 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6928 具有 96KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6970 具有 32KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6972 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69721 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6977 具有 64KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6979 具有 128KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR69791 具有 128KB FRAM、2KB SRAM、LCD、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C、计时器的 16MHz MCU MSP430FR6987 适用于流量计的旋转感应 MCU,具有扩展扫描接口、64KB FRAM、AES、LCD MSP430FR6988 适用于流量计的旋转感应 MCU,具有扩展扫描接口、96KB FRAM、AES、LCD MSP430FR6989 适用于流量计的旋转感应 MCU,具有扩展扫描接口、128KB FRAM、AES、LCD MSP430FR69891 具有 128KB FRAM、8KB SRAM、LEA、AES、12 位 ADC、比较器、DMA、UART/SPI/I2C 和计时器的 16MHz MCU

文档

MSP430FRBoot – Main Memory Bootloader and Over-the-Air Updates for MSP430 FRAM

发布信息

MSP430FRBoot is a small-footprint bootloader for MSP430 FRAM 20-bit devices which resides in main memory.

This software package includes all necessary source code and sample applications that are required to use and customize the bootloader.

  • Supported Target devices:
    • MSP430FR5969
    • MSP430FR5994
    • MSP430FR2433
  • Project Configurations:
    • BSL Based 20-bit: BSL-based protocol using UART or SPI (CC110x for OAD), with application validation using CRC-CCITT
    • BSL Based Dual Image: Same as BSL-based and supporting Dual-image approach
  • Host projects
    • MSP-EXP430FR5969, MSP-EXP430FR5994: Supports target devices of the same derivative and both configurations
  • Additional Tools:
    • 430txt2C: Perl script used to convert 430 .txt file to C Array used by host
    • MSPBootLinkerGen: Perl script used to generate Application and Bootloader linker files for IAR and CCS

支持的产品和硬件

硬件编程工具
MSP-FET MSP430 闪存仿真工具 MSP-GANG MSP-GANG 生产编程器

技术文档

未找到结果。请清除搜索,并重试。
查看全部 15
类型 标题 下载最新的英语版本 日期
应用手册 MSPBoot – 适用于 MSP430™ 闪存微控制器的主存储器引导 加载程序 (Rev. E) PDF | HTML 英语版 (Rev.E) PDF | HTML 2024年 1月 25日
用户指南 MSP430™ FRAM 器件引导加载程序 (BSL) (Rev. AB) PDF | HTML 英语版 (Rev.AB) PDF | HTML 2022年 10月 14日
用户指南 MSP430™ 闪存器件引导加载程序 (BSL) (Rev. AF) PDF | HTML 英语版 (Rev.AF) PDF | HTML 2022年 10月 14日
应用手册 MSP430FRBoot – Main Memory Bootloader and Over-the-Air Updates for MSP430 FRAM (Rev. E) PDF | HTML 2020年 7月 8日
应用手册 MSP430FRBoot - 适用于 MSP430™ FRAM 大型存储器型号器件的主存储器引导加载程序和无线更新 (Rev. D) PDF | HTML 最新英语版本 (Rev.E) PDF | HTML 2020年 6月 23日
应用手册 Creating a Custom Flash-Based Bootloader (BSL) (Rev. G) PDF | HTML 2020年 4月 2日
用户指南 Bootloader (BSL) Scripter User's Guide (Rev. G) 2020年 2月 28日
用户指南 MSP-BSL Bootloader (BSL) Programmer for MSP430™ and SimpleLink™ MSP432™ MCUs (Rev. C) PDF | HTML 2019年 10月 4日
应用手册 MSP430 Bootloader With SimpleLink MCUs 2017年 8月 15日
应用手册 MSP430 Bootloader With Sitara Embedded Linux Host 2017年 8月 15日
技术文章 Learn how to apply wireless firmware upgrades for MSP430 microcontrollers PDF | HTML 2016年 5月 5日
技术文章 How to securely update firmware in the field PDF | HTML 2015年 12月 9日
应用手册 Secure In-Field Firmware Updates for MSP MCUs 2015年 11月 17日
用户指南 Crypto-Bootloader (CryptoBSL) for MSP430FR59xx and MSP430FR69xx MCUs 2015年 11月 17日
白皮书 Crypto-Bootloader - Secure In-Field Firmware Updates for Ultra-Low Power MCUs 2015年 8月 19日

相关设计资源

软件开发

软件开发套件 (SDK)
MSPWARE MSPWare SIMPLELINK-MSP432-SDK SimpleLink MSP432 软件开发套件 (SDK)
应用软件和框架
MSP430USBDEVPACK MSP430 USB 开发包
IDE、配置、编译器或调试器
CCSTUDIO Code Composer Studio™ 集成式开发环境 (IDE)

支持与培训

可获得 TI E2E™ 论坛的工程师技术支持

查看全部论坛主题 查看英文版全部论坛主题

所有内容均由 TI 和社区贡献者按“原样”提供,并不构成 TI 规范。请参阅使用条款

如果您对质量、包装或订购 TI 产品有疑问,请参阅 TI 支持

视频