MSPBSL

Bootloader (BSL) für MSP-Mikrocontroller mit geringem Stromverbrauch

MSPBSL

Downloads

Überblick

Der Bootloader (BSL) auf MSP430™ Mikrocontrollern (MCUs) ermöglicht es dem Benutzer, während der Prototyping-Phase, der Endproduktion und im Betrieb mit dem in den MSP-MCUs eingebetteten Speicher zu kommunizieren. Diese Kommunikation über Standardschnittstellen wie UART, I2C, SPI und USB. Sowohl der programmierbare Speicher (Flash/FRAM) als auch der Datenspeicher (RAM) können nach Bedarf verändert werden.

Folgende Schritte sind erforderlich, um den MSPBSL zu verstehen und effektiv im gesamten MSP-Portfolio einzusetzen. Aktuelle Informationen darüber, welche Funktionen der BSL auf Ihrem Gerät unterstützt oder welche Schnittstellenmethoden zur Kommunikation mit dem BSL erforderlich sind, finden Sie in der „TABELLE 1. Übersicht über die BSL-Funktionen“ in den BSL-Benutzerhandbüchern, auf die in SCHRITT 1 verwiesen wird.

 

STEP 1: Verstehen des MSP-Bootloaders (BSL)

Einige Anwendungen benötigen einen angepassten Bootloader, um Anforderungen außerhalb des bereitgestellten BSL zu erfüllen. Darüber hinaus erlauben einige MSP-MCUs wie die MCU-Familien MSP430F5xxx, MSP430F6xxx und SimpleLink MSP432 dem Benutzer die Anpassung des werkseitig programmierten BSL. Die meisten Bausteine haben jedoch einen BSL im ROM, der nicht geändert werden kann. Für diese Bausteine müsste eine alternative BSL-Lösung wie ein Hauptspeicher-Bootloader verwendet werden, um den Bootladeprozess anzupassen

 

 

STEP 2: Aktualisieren der Anwendungsfirmware mit dem MSP BSL

Nach dem Erlangen eines Grundverständnisses des BSL kann ein Baustein mit dem BSL kommuniziert und/oder programmiert werden. Dazu gibt es verschiedene Möglichkeiten, wie unten beschrieben.

Kommunikationsbrücke – Hardware für die BSL-zu-PC-Verbinding

Um den BSL des MSP430 MCU mit einem PC zu verbinden, ist möglicherweise zusätzliche Hardware erforderlich. Im Folgenden finden Sie einige Optionen zum Verbinden des MSP430 BSL mit einem PC.

Der MSP430-BSL Programmierer („BSL Rocket“) ist eine Brücke zwischen dem MSP430 BSL und einer USB-Verbindung zu einem PC. Der MSP430-BSL Rocket ist das Produkt einer Zusammenarbeit zwischen Olimex LTD und Texas Instruments. Die PCB und Firmware des MSP430-BSL Programmierers sind quelloffen und unterstützen die UART-, I2C- und SPI-Kommunikation.


Der MSP-FET-Programmierer und Debugger unterstützt auch BSL-Schnittstellen für die Programmierung.

Der MSP-GANG-Produktionsprogrammierer kann bis zu acht MCUs gleichzeitig programmieren und unterstützt auch die UART-BSL-Schnittstelle.


Ein USB-Design auf einer kundenspezifischen Platine kann auch für den Zugriff auf die USB-BSL auf MSP430 MCU-Geräten verwendet werden, die ein USB-Peripheriegerät enthalten. Eine Python-basierte GUI hilft auch bei der Aktualisierung der USB-BSL-Firmware auf MSP430-Geräten. Diese Software ist Teil des unten verlinkten USB Entwickler-Pakets.


BSL Scripter – PC-seitige Software

Der BSL-Scripter ist ein Kommandozeilenprogramm zur Kommunikation mit dem MSP430 MCU BSL auf einem PC mit Windows®, Linux® und macOS® X über eine Kommunikationsbrücke. Zu den unterstützten Kommunikationsbrücken zählen der MSP-BSL-Programmierer („BSL Rocket“), der MSP-FET und der USB-BSL auf bestimmten MSP430 flash-basierten Geräten. Weitere Informationen zur Verwendung dieses Programms finden Sie im Benutzerhandbuch zum BSL-Skripter. Im Download der BSL-Scripter-Software ist auch BSLDEMO2 (veraltetes Befehlszeilentool für BSL) für ältere Geräte enthalten, die vom BSL-Skripter nicht unterstützt werden. BSLScipter ist als Standalone-Version verfügbar und in UniFlash v4.6.0 oder höher integriert.


Embedded-Programmierlösungen

Einige Anwendungen haben keinen Zugriff auf einen PC zur Programmierung einer MSP430-MCU über BSL. Ein Host-BSL-Treiber kann einfach geschrieben werden, um das MSP430-BSL-Protokoll über UART, I2C oder USB zu verwenden. Die folgenden Anwendungshinweise demonstrieren diese Fähigkeit. Benutzerdefinierte Lösungen für einen ausgewählten eingebetteten Host sollten dem BSL-Protokoll folgen, das in den BSL-Benutzerhandbüchern in Schritt 1 beschrieben ist.

MSP430™ Bootloader mit SimpleLink™ MCUs ist die App Note, die die Software zur Einbettung des Host für den MSP430-Bootloader bereitstellt.

MSP430&™ Bootloader mit Sitara™ Embedded Linux Host ist die App Note, die die Software zur Einbettung des Host für den UART-basierten MSP430-Bootloader bereitstellt. Das Projekt basiert auf dem Host, der mit Sitara Embedded Linux Host implementiert wurde.

MSP430™ Firmware-Updates über I2C mit Linux®  ist die App Note, die die Software für einen eingebetteten Host für einen 12C-basierten MSP430-Bootloader bereitstellt. Das Projekt basiert auf dem Host, der mit dem TI BeagleBone Black und der Debian Linux-Distribution implementiert wurde.

STEP 3: Anpassen des MSP-BSL

Einige Anwendungen benötigen einen angepassten Bootloader, um Anforderungen außerhalb des bereitgestellten BSL zu erfüllen. Darüber hinaus erlauben einige MSP-MCUs wie die MCU-Familien MSP430F5xxx, MSP430F6xxx und SimpleLink MSP432 dem Benutzer die Anpassung des werkseitig programmierten BSL. Die meisten Bausteine haben jedoch einen BSL im ROM, der nicht geändert werden kann.

Benutzerdefinierte BSL-Dokumentation

Auf den Flash-basierten MSP430F5xxx- und MSP430F6xxx-MCU-Familien können Entwickler den BSL-Quellcode ändern, um dem Standard-BSL verschiedene Peripherieschnittstellen, benutzerdefinierte Eingabefolgen oder andere benutzerdefinierte Funktionen hinzuzufügen. Verwenden Sie den unten verlinkten BSL-Quellcode als Referenz beim Anpassen des BSL.  Alle verfügbaren BSL-Firmware-Images und der BSL-QUELLCODE sind im Softwarepaket mit BSL430 QUELLEN enthalten. Der BSL-Quellcode ist nur für die neueste BSL-Version verfügbar.

Der Quellcode für MSP432E4-MCUs ist im SimpleLink MSP432E4 SDK verfügbar

Hauptspeicher-BSLs

MSP430 MCUs haben zwei verschiedene (anwendungsseitige) Hauptspeicher-BSLs, die an die Bedürfnisse einer Anwendung angepasst werden können. Diese Lösungen ersetzen nicht den im Lieferumfang enthaltenen BSL, sondern setzen auf der Anwendungssoftware auf, um einen BSL anzupassen.

Für Flash-basierte MSP430-MCUs wird MSPBOOT angeboten:

Für FRAM-basierte MSP430-MCUs wird MSPFRBOOT mit einer Over-the-Air-Aktualisierungsoption angeboten:

 

Sichere Firmware-Updates

Einige Anwendungen erfordern sichere Firmware-Updates. Für diese Fälle wird Folgendes zur Verfügung gestellt.

Der Crypto-Bootloader (CryptoBSL) ist ein benutzerdefinierter Bootloader, der auf den FRAM-Mikrocontrollern MSP430FR59xx und MSP430FR69xx entwickelt und implementiert wurde. Dieser Bootloader verwendet kryptografische Funktionen, um die Sicherheit von In-Field-Firmware-Aktualisierungen zu erhöhen.

Herunterladen Video mit Transkript ansehen Video

Downloads

Treiber oder Bibliothek

MSPBSL_CUSTOMBSL430 MSB bootloader for MSP430

Unterstützte Produkte und Hardware
Download-Optionen

MSPBSL_CUSTOMBSL430 MSB bootloader for MSP430

close
Aktuelle Version
Version: 1_02_00_01
Veröffentlichungsdatum: 02.04.2020

Source code and released BSL images for MSP430

SHA-256-Prüfsumme

Versionsinformationen

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.

Treiber oder Bibliothek

MSPBSL_CUSTOMBSL432 MSB bootloader for MSP432

Unterstützte Produkte und Hardware
Download-Optionen

MSPBSL_CUSTOMBSL432 MSB bootloader for MSP432

close
Aktuelle Version
Version: 1.01.00.00
Veröffentlichungsdatum: 11.12.2017

MSPBSL_CustomBSL432 Package

SHA-256-Prüfsumme

Neuheiten

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.

Versionsinformationen

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.
Firmware

MSPFRBOOT MSPFRBOOT

Unterstützte Produkte und Hardware

Unterstützte Produkte und Hardware

Produkte
MSP430 microcontrollers
MSP430FR2000 16-MHz-MCU mit 0,5 KB FRAM, 0,5 KB SRAM, Komparator, UART/SPI, Timer MSP430FR2032 16-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, IR-Logik, Timer MSP430FR2033 16-MHz-MCU mit 16 KB FRAM, 2 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, IR-Logik, Timer MSP430FR2100 16-MHz-MCU mit 1KB FRAM, 0,5KB SRAM, Komparator, 10-Bit-ADC, UART/SPI, Timer MSP430FR2110 16-MHz-MCU mit 2KB FRAM, 1KB SRAM, Komparator, 10-Bit-ADC, UART/SPI, Timer MSP430FR2111 16-MHz-MCU mit 4KB FRAM, 1KB SRAM, Komparator, 10-Bit-ADC, UART/SPI, Timer MSP430FR2153 24-MHz-MCU mit 16 KB FRAM, 2 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2155 24-MHz-MCU mit 32 KB FRAM, 4 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2310 Integrierter analoger Mikrocontroller, 16 MHz, mit 2 KB FRAM, Operationsverstärker, TIA, Komparator MSP430FR2311 Integrierter analoger Mikrocontroller, 16 MHz, mit 3,75 KB FRAM, Operationsverstärker, TIA, Komparat MSP430FR2353 Integrierter analoger Mikrocontroller, 24 MHz, 105 °C, mit 16 KB FRAM, Operationsverstärkern/PGAs, 1 MSP430FR2355 Integrierter analoger Mikrocontroller, 24 MHz, 105 °C, mit 32 KB FRAM, Operationsverstärkern/PGAs, 1 MSP430FR2422 16-MHz-MCU mit 8 KB FRAM, 2 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2433 16-MHz-MCU mit 16 KB FRAM, 4 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2475 16-MHz-MCU mit 32 KB FRAM, 6 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2476 16-MHz-MCU mit 64 KB FRAM, 8 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2512 Kapazitiver Touch-MCU, 4-Touch-E/A (4 Sensoren), 8 KB FRAM, 2 KB SRAM, 15 E/A, 10-Bit-ADC MSP430FR2522 MCU mit kapazitiver Touch-Technologie mit 8-Touch-E/A (16 Sensoren), 8 KB FRAM, 2 KB SRAM, 15 E/A, 1 MSP430FR2532 Kapazitiver Touch-MCU, 8-Touch-E/A (8 Sensoren), 8 KB FRAM, 1 KB SRAM, 15 E/A, 10-Bit-ADC MSP430FR2533 Kapazitiver Touch-MCU, 16 Touch-E/A (24 Sensoren), 16 KB FRAM, 2 KB SRAM, 19 E/A, 10-Bit-ADC MSP430FR2632 MCU mit kapazitiver Touch-Technologie mit 8-Touch-E/A (16 Sensoren), 8 KB FRAM, 2 KB SRAM, 15 E/A, 1 MSP430FR2633 Kapazitiver Touch-MCU, 16 Touch-E/A (64 Sensoren), 16 KB FRAM, 4 KB SRAM, 19 E/A, 10-Bit-ADC MSP430FR2672 MCU mit kapazitiver Touch-Technologie mit 16 E/A (16 Sensoren), 8 KB FRAM, 2 KB SRAM, 27 E/A und 12- MSP430FR2673 MCU mit kapazitiver Touch-Technologie mit 16 E/A (64 Sensoren), 16 KB FRAM, 4 KB SRAM, 27 E/A und 12 MSP430FR2675 Kapazitiver Touch-MCU, 16-Touch-E/A (64 Sensoren), 32 KB FRAM, 6 KB SRAM, 43 E/A, 12-Bit-ADC, 105C MSP430FR2676 Kapazitiver Touch-MCU, 16-Touch-E/A (64 Sensoren), 64 KB FRAM, 8 KB SRAM, 43 E/A, 12-Bit-ADC, 105C MSP430FR4131 16-MHz-MCU mit 4 KB FRAM, 0,5 KB SRAM, 10-B-ADC, LCD, UART/SPI/I2C, IR-Logik, Timer MSP430FR4132 16-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, 10-Bit-ADC, LCD, UART/SPI/I2C, IR-Logik, Timer MSP430FR4133 16-MHz-MCU mit 16 KB FRAM, 2 KB SRAM, 10-B-ADC, LCD, UART/SPI/I2C, IR-Logik, Timer MSP430FR5041 16-MHz-MCU mit 32 KB FRAM, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor-AFE MSP430FR5043 16-MHz-MCU mit 64 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor- MSP430FR50431 Ultraschall-Sensorik-MCU mit 64 KB FRAM, 12 KB RAM, I2C Boot Loader für Durchflussmesser MSP430FR5720 8-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5721 8-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5722 8 KB MCU mit 8 MHz FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5723 8-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5724 8-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, Komparator, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR5725 8-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, Komparator, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR5726 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5727 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5728 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5729 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5730 24-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5731 24-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5732 8 KB MCU mit 24 MHz FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5733 8 KB MCU mit 24 MHz FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5734 24-MHz-MCU mit 8KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5735 24-MHz-MCU mit 8KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5736 24-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5737 24-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5738 24-MHz-MCU mit 16KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5739 24-MHz-MCU mit 16KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5739-EP MSP430FR5739 – ULP-Mikrocontroller, 24 MHz, 16 KB FRAM, 1 KB SRAM, 32 E/A, 10-Bit-ADC & Komparator MSP430FR5847 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR58471 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5848 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5849 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5857 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5858 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5859 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5867 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR58671 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5868 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5869 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5870 16-MHz-MCU, 32 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5872 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR58721 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5887 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 64KB FRAM, 2KB SRAM für Durchflussmesser MSP430FR5888 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 96KB FRAM, 2KB SRAM für Durchflussmesser MSP430FR5889 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, 2KB SRAM für Durchflussmesser MSP430FR58891 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, I2C Bootloader für Durchflussmesse MSP430FR5922 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59221 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5947 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59471 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5948 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5949 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5957 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5958 16-MHz-MCU mit 48KB Flash-Speicher, 2KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5959 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5962 16-MHz-MCU mit 128-KB-FRAM, 8-KB-SRAM, Low-Energy-Beschleuniger, AES, 12-Bit-ADC, DMA und 76 IO MSP430FR5964 16-MHz-MCU mit 256KB Flash-Speicher, 8KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5967 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5968 16-MHz-MCU mit 48KB Flash-Speicher, 2KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5969 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5969-SP Strahlungsfester Mischsignal-Mikrocontroller MSP430FR59691 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5970 16-MHz-MCU mit 32KB Flash-Speicher, 2KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5972 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59721 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5986 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 48KB FRAM, AES für Durchflussmesser MSP430FR5987 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 64KB FRAM, AES für Durchflussmesser MSP430FR5988 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 96KB FRAM, AES für Durchflussmesser MSP430FR5989 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 128KB FRAM, AES für Durchflussmesser MSP430FR5989-EP 16-MHz-ULP-Mikrocontroller mit 128 KB FRAM, 2 KB SRAM, 48 E/A, ADC12, Scan IF, AES MSP430FR59891 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, AES, I2C Bootloader für Durchfluss MSP430FR5992 16-MHz-MCU mit 128 KB Flash-Speicher, 8 KB SRAM, 12-Bit-ADC, Komparator, I2C/SPI/UART, Hardwaremulti MSP430FR5994 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, LEA, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59941 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, LEA, AES, 12-Bit-ADC, Komparator, DMA, 68 E/A, eUSCI MSP430FR6005 16-MHz-MCU mit 128 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR6007 16-MHz-MCU mit 256 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR6035 16-MHz-MCU mit 16 KB Flash-Speicher, 2KB SRAM, Komparator, I2C/SPI/UART, HW-Multiplikator MSP430FR6037 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, Low-Energy-Beschleuniger, AES, 12-Bit-ADC , LCD, DMA und 76 I MSP430FR60371 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, Low-Energy Accelerator, LCD, DMA, I2C Bootloader und 76 IO MSP430FR6041 16-MHz-MCU mit 32 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor- MSP430FR6043 Ultraschall-Sensorik-MCU mit 64 KB FRAM, 12 KB RAM, LCD für Gas- und Wasserzähleranwendungen MSP430FR60431 16-MHz-MCU mit 64 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor- MSP430FR6045 16-MHz-MCU mit 128 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR6047 16-MHz-MCU mit 256 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR60471 Ultraschall-Sensorik-MCU mit 256 KB FRAM, 8 KB RAM, LCD, I2C Bootloader für Durchflussmesser MSP430FR6820 16-MHz-MCU, 32 KB FRAM, 2 KB SRAM, 116-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6822 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 116-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR68221 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 116-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6870 16-MHz-MCU, 32 KB FRAM, 2 KB SRAM, 112-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6872 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 112-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR68721 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 112-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6877 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 320-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6879 16 MHz MCU mit 128 KB FRAM, 2 KB SRAM, 320-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, T MSP430FR68791 16 MHz MCU mit 128 KB FRAM, 2 KB SRAM, 320-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, T MSP430FR6887 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 64KB FRAM, LCD für Durchflussmesser MSP430FR6888 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 96KB FRAM, LCD für Durchflussmesser MSP430FR6889 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, LCD für Durchflussmesser MSP430FR68891 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, LCD, I2C Bootloader für Durchfluss MSP430FR6920 16-MHz-MCU mit 32 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6922 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69221 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6927 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69271 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6928 16-MHz-MCU mit 96 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6970 16-MHz-MCU mit 32 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6972 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69721 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6977 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6979 16-MHz-MCU mit 128 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69791 16-MHz-MCU mit 128 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6987 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 64KB FRAM, AES, LCD für Durchflussmesser MSP430FR6988 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 96KB FRAM, AES, LCD für Durchflussmesser MSP430FR6989 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, AES, LCD für Durchflussmesser MSP430FR69891 16-MHz-MCU mit 128 KB FRAM, 2 KB SRAM, LEA, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I²C, Timer
Download-Optionen

MSPFRBOOT MSPFRBOOT

close
Aktuelle Version
Version: 1.03.00.00
Veröffentlichungsdatum: 13.04.2020

MSPFRBoot Software Package

SHA-256-Prüfsumme
Produkte
MSP430 microcontrollers
MSP430FR2000 16-MHz-MCU mit 0,5 KB FRAM, 0,5 KB SRAM, Komparator, UART/SPI, Timer MSP430FR2032 16-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, IR-Logik, Timer MSP430FR2033 16-MHz-MCU mit 16 KB FRAM, 2 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, IR-Logik, Timer MSP430FR2100 16-MHz-MCU mit 1KB FRAM, 0,5KB SRAM, Komparator, 10-Bit-ADC, UART/SPI, Timer MSP430FR2110 16-MHz-MCU mit 2KB FRAM, 1KB SRAM, Komparator, 10-Bit-ADC, UART/SPI, Timer MSP430FR2111 16-MHz-MCU mit 4KB FRAM, 1KB SRAM, Komparator, 10-Bit-ADC, UART/SPI, Timer MSP430FR2153 24-MHz-MCU mit 16 KB FRAM, 2 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2155 24-MHz-MCU mit 32 KB FRAM, 4 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2310 Integrierter analoger Mikrocontroller, 16 MHz, mit 2 KB FRAM, Operationsverstärker, TIA, Komparator MSP430FR2311 Integrierter analoger Mikrocontroller, 16 MHz, mit 3,75 KB FRAM, Operationsverstärker, TIA, Komparat MSP430FR2353 Integrierter analoger Mikrocontroller, 24 MHz, 105 °C, mit 16 KB FRAM, Operationsverstärkern/PGAs, 1 MSP430FR2355 Integrierter analoger Mikrocontroller, 24 MHz, 105 °C, mit 32 KB FRAM, Operationsverstärkern/PGAs, 1 MSP430FR2422 16-MHz-MCU mit 8 KB FRAM, 2 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2433 16-MHz-MCU mit 16 KB FRAM, 4 KB SRAM, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2475 16-MHz-MCU mit 32 KB FRAM, 6 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2476 16-MHz-MCU mit 64 KB FRAM, 8 KB SRAM, Komparator, 12-Bit-ADC, UART/SPI/I2C, Timer MSP430FR2512 Kapazitiver Touch-MCU, 4-Touch-E/A (4 Sensoren), 8 KB FRAM, 2 KB SRAM, 15 E/A, 10-Bit-ADC MSP430FR2522 MCU mit kapazitiver Touch-Technologie mit 8-Touch-E/A (16 Sensoren), 8 KB FRAM, 2 KB SRAM, 15 E/A, 1 MSP430FR2532 Kapazitiver Touch-MCU, 8-Touch-E/A (8 Sensoren), 8 KB FRAM, 1 KB SRAM, 15 E/A, 10-Bit-ADC MSP430FR2533 Kapazitiver Touch-MCU, 16 Touch-E/A (24 Sensoren), 16 KB FRAM, 2 KB SRAM, 19 E/A, 10-Bit-ADC MSP430FR2632 MCU mit kapazitiver Touch-Technologie mit 8-Touch-E/A (16 Sensoren), 8 KB FRAM, 2 KB SRAM, 15 E/A, 1 MSP430FR2633 Kapazitiver Touch-MCU, 16 Touch-E/A (64 Sensoren), 16 KB FRAM, 4 KB SRAM, 19 E/A, 10-Bit-ADC MSP430FR2672 MCU mit kapazitiver Touch-Technologie mit 16 E/A (16 Sensoren), 8 KB FRAM, 2 KB SRAM, 27 E/A und 12- MSP430FR2673 MCU mit kapazitiver Touch-Technologie mit 16 E/A (64 Sensoren), 16 KB FRAM, 4 KB SRAM, 27 E/A und 12 MSP430FR2675 Kapazitiver Touch-MCU, 16-Touch-E/A (64 Sensoren), 32 KB FRAM, 6 KB SRAM, 43 E/A, 12-Bit-ADC, 105C MSP430FR2676 Kapazitiver Touch-MCU, 16-Touch-E/A (64 Sensoren), 64 KB FRAM, 8 KB SRAM, 43 E/A, 12-Bit-ADC, 105C MSP430FR4131 16-MHz-MCU mit 4 KB FRAM, 0,5 KB SRAM, 10-B-ADC, LCD, UART/SPI/I2C, IR-Logik, Timer MSP430FR4132 16-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, 10-Bit-ADC, LCD, UART/SPI/I2C, IR-Logik, Timer MSP430FR4133 16-MHz-MCU mit 16 KB FRAM, 2 KB SRAM, 10-B-ADC, LCD, UART/SPI/I2C, IR-Logik, Timer MSP430FR5041 16-MHz-MCU mit 32 KB FRAM, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor-AFE MSP430FR5043 16-MHz-MCU mit 64 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor- MSP430FR50431 Ultraschall-Sensorik-MCU mit 64 KB FRAM, 12 KB RAM, I2C Boot Loader für Durchflussmesser MSP430FR5720 8-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5721 8-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5722 8 KB MCU mit 8 MHz FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5723 8-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5724 8-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, Komparator, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR5725 8-MHz-MCU mit 8 KB FRAM, 1 KB SRAM, Komparator, 10-Bit-ADC, UART/SPI/I2C, Timer MSP430FR5726 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5727 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5728 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5729 8-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5730 24-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5731 24-MHz-MCU mit 4 KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5732 8 KB MCU mit 24 MHz FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5733 8 KB MCU mit 24 MHz FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5734 24-MHz-MCU mit 8KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5735 24-MHz-MCU mit 8KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5736 24-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5737 24-MHz-MCU mit 16 KB FRAM, 1 KB SRAM, Komparator, UART/SPI/I2C, Timer MSP430FR5738 24-MHz-MCU mit 16KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5739 24-MHz-MCU mit 16KB FRAM, 1 KB SRAM, 10-Bit-ADC, Komparator, UART/SPI/I2C, Timer MSP430FR5739-EP MSP430FR5739 – ULP-Mikrocontroller, 24 MHz, 16 KB FRAM, 1 KB SRAM, 32 E/A, 10-Bit-ADC & Komparator MSP430FR5847 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR58471 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5848 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5849 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5857 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5858 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5859 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5867 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR58671 16-MHz-MCU, 32 KB FRAM, 1 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5868 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5869 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5870 16-MHz-MCU, 32 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5872 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR58721 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5887 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 64KB FRAM, 2KB SRAM für Durchflussmesser MSP430FR5888 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 96KB FRAM, 2KB SRAM für Durchflussmesser MSP430FR5889 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, 2KB SRAM für Durchflussmesser MSP430FR58891 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, I2C Bootloader für Durchflussmesse MSP430FR5922 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59221 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5947 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59471 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5948 16-MHz-MCU mit 48 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5949 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5957 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5958 16-MHz-MCU mit 48KB Flash-Speicher, 2KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5959 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5962 16-MHz-MCU mit 128-KB-FRAM, 8-KB-SRAM, Low-Energy-Beschleuniger, AES, 12-Bit-ADC, DMA und 76 IO MSP430FR5964 16-MHz-MCU mit 256KB Flash-Speicher, 8KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5967 16-MHz-MCU mit 32 KB FRAM, 1 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5968 16-MHz-MCU mit 48KB Flash-Speicher, 2KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5969 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5969-SP Strahlungsfester Mischsignal-Mikrocontroller MSP430FR59691 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5970 16-MHz-MCU mit 32KB Flash-Speicher, 2KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5972 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59721 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR5986 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 48KB FRAM, AES für Durchflussmesser MSP430FR5987 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 64KB FRAM, AES für Durchflussmesser MSP430FR5988 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 96KB FRAM, AES für Durchflussmesser MSP430FR5989 MCU mit Rotary Sensing, erweiterter Scan-Schnittstelle, 128KB FRAM, AES für Durchflussmesser MSP430FR5989-EP 16-MHz-ULP-Mikrocontroller mit 128 KB FRAM, 2 KB SRAM, 48 E/A, ADC12, Scan IF, AES MSP430FR59891 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, AES, I2C Bootloader für Durchfluss MSP430FR5992 16-MHz-MCU mit 128 KB Flash-Speicher, 8 KB SRAM, 12-Bit-ADC, Komparator, I2C/SPI/UART, Hardwaremulti MSP430FR5994 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, LEA, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR59941 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, LEA, AES, 12-Bit-ADC, Komparator, DMA, 68 E/A, eUSCI MSP430FR6005 16-MHz-MCU mit 128 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR6007 16-MHz-MCU mit 256 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR6035 16-MHz-MCU mit 16 KB Flash-Speicher, 2KB SRAM, Komparator, I2C/SPI/UART, HW-Multiplikator MSP430FR6037 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, Low-Energy-Beschleuniger, AES, 12-Bit-ADC , LCD, DMA und 76 I MSP430FR60371 16-MHz-MCU mit 256 KB FRAM, 8 KB SRAM, Low-Energy Accelerator, LCD, DMA, I2C Bootloader und 76 IO MSP430FR6041 16-MHz-MCU mit 32 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor- MSP430FR6043 Ultraschall-Sensorik-MCU mit 64 KB FRAM, 12 KB RAM, LCD für Gas- und Wasserzähleranwendungen MSP430FR60431 16-MHz-MCU mit 64 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor- MSP430FR6045 16-MHz-MCU mit 128 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR6047 16-MHz-MCU mit 256 KB FRAM, LCD, 12-Bit-Highspeed-Sigma-Delta-ADC mit 8 MSPS und integriertem Sensor MSP430FR60471 Ultraschall-Sensorik-MCU mit 256 KB FRAM, 8 KB RAM, LCD, I2C Bootloader für Durchflussmesser MSP430FR6820 16-MHz-MCU, 32 KB FRAM, 2 KB SRAM, 116-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6822 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 116-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR68221 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 116-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6870 16-MHz-MCU, 32 KB FRAM, 2 KB SRAM, 112-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6872 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 112-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR68721 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 112-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6877 16-MHz-MCU, 64 KB FRAM, 2 KB SRAM, 320-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6879 16 MHz MCU mit 128 KB FRAM, 2 KB SRAM, 320-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, T MSP430FR68791 16 MHz MCU mit 128 KB FRAM, 2 KB SRAM, 320-Segment-LCD, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, T MSP430FR6887 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 64KB FRAM, LCD für Durchflussmesser MSP430FR6888 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 96KB FRAM, LCD für Durchflussmesser MSP430FR6889 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, LCD für Durchflussmesser MSP430FR68891 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, LCD, I2C Bootloader für Durchfluss MSP430FR6920 16-MHz-MCU mit 32 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6922 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69221 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6927 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69271 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6928 16-MHz-MCU mit 96 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6970 16-MHz-MCU mit 32 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6972 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69721 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6977 16-MHz-MCU mit 64 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6979 16-MHz-MCU mit 128 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR69791 16-MHz-MCU mit 128 KB FRAM, 2 KB SRAM, LCD, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I2C, Timer MSP430FR6987 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 64KB FRAM, AES, LCD für Durchflussmesser MSP430FR6988 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 96KB FRAM, AES, LCD für Durchflussmesser MSP430FR6989 MCU mit Drehsensorik, erweiterter Scan-Schnittstelle, 128KB FRAM, AES, LCD für Durchflussmesser MSP430FR69891 16-MHz-MCU mit 128 KB FRAM, 2 KB SRAM, LEA, AES, 12-Bit-ADC, Komparator, DMA, UART/SPI/I²C, Timer

Dokumentation

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

Versionsinformationen

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

Technische Dokumentation

Keine Ergebnisse gefunden. Bitte geben Sie einen anderen Begriff ein und versuchen Sie es erneut.
Alle anzeigen 14
Typ Titel Neueste englische Version herunterladen Datum
Anwendungshinweis MSPBoot – Main Memory Bootloader for MSP430 Microcontrollers (Rev. E) PDF | HTML 24.01.2024
Benutzerhandbuch MSP430 FRAM Devices Bootloader (BSL) User's Guide (Rev. AB) PDF | HTML 22.09.2022
Benutzerhandbuch MSP430™ Flash Devices Bootloader (BSL) User's Guide (Rev. AF) PDF | HTML 22.09.2022
Anwendungshinweis MSP430FRBoot – Main Memory Bootloader and Over-the-Air Updates for MSP430 FRAM (Rev. E) PDF | HTML 08.07.2020
Anwendungshinweis Creating a Custom Flash-Based Bootloader (BSL) (Rev. G) PDF | HTML 02.04.2020
Benutzerhandbuch Bootloader (BSL) Scripter User's Guide (Rev. G) 28.02.2020
Benutzerhandbuch MSP-BSL Bootloader (BSL) Programmer for MSP430™ and SimpleLink™ MSP432™ MCUs (Rev. C) PDF | HTML 04.10.2019
Anwendungshinweis MSP430 Bootloader With SimpleLink MCUs 15.08.2017
Anwendungshinweis MSP430 Bootloader With Sitara Embedded Linux Host 15.08.2017
Technischer Artikel Learn how to apply wireless firmware upgrades for MSP430 microcontrollers PDF | HTML 05.05.2016
Technischer Artikel How to securely update firmware in the field PDF | HTML 09.12.2015
Anwendungshinweis Secure In-Field Firmware Updates for MSP MCUs 17.11.2015
Benutzerhandbuch Crypto-Bootloader (CryptoBSL) for MSP430FR59xx and MSP430FR69xx MCUs 17.11.2015
Whitepaper Crypto-Bootloader - Secure In-Field Firmware Updates for Ultra-Low Power MCUs 19.08.2015

Verwandte Designressourcen

Software-Entwicklung

Anwendungssoftware und Frameworks
MSP430USBDEVPACK MSP430-USB-Entwicklerpaket
IDE, Konfiguration, Compiler oder Debugger
CCSTUDIO Integrierte Entwicklungsumgebung (IDE) Code Composer Studio™
Software-Entwicklungskit (SDK)
SIMPLELINK-MSP432-SDK SimpleLink MSP432-Software Development Kit (SDK)

Hardware-Entwicklung

Hardware-Programmiertool
MSP-FET MSP MCU-Programmiermodul und -Debugger MSP-GANG Produktionsprogrammierer MSP-GANG

Support und Schulungen

TI E2E™-Foren mit technischem Support von TI-Ingenieuren

Alle Forenthemen auf Englisch anzeigen

Inhalte werden ohne Gewähr von TI und der Community bereitgestellt. Sie stellen keine Spezifikationen von TI dar. Siehe Nutzungsbedingungen.

Bei Fragen zu den Themen Qualität, Gehäuse oder Bestellung von TI-Produkten siehe TI-Support.

Videos