TI MSPM0

Last updated
TI MSPM0
Designer ARM/Texas Instruments
Bits 32-bit
Introduced2023
VersionCortex-M0+
Endianness Little

The MSPM0 is a mixed-signal microcontroller family from Texas Instruments. It is based on a 32-bit ARM Cortex-M0+ CPU. It is their second ARM-based product extending their 16-bit MSP430 line, with a larger address space for code and data, after the MSP432 family that was deprecated in 2021. [1] Like MSP430 and MSP432, it has a number of built-in peripheral devices, and is designed for low power requirements. It is simpler, inexpensive, and includes very small, millimeter-sized packages. [2]

Contents

MSPM0 devices

The MSPM0 family has three flavors: [3]

MSPM0Cx (entry level)MSPM0Lx (low power)MSPM0Gx (advanced)
CPU clock24 Mhz32 MHz80 MHz
Flash memory8kB to 16kB8kB to 64kB32kB to 512kB
RAM1kBUp to 4KBUp to 32KB
GPIO (max)182860
Analog1x 1.5Msps 12-bit ADC1x 1-Msps 12-bit ADC
1x high-speed comparator
2x op amps
2x 4-Msps 12-bit ADC

3x high-speed comparators
2x op amps
1x 12-bit DAC

Communication (max)1xSPI
1xI2C
1xUART
1xSPI
2xI2C Fast+
2xUART (LIN)
2xSPI
2xI2C Fast+
4xUART (LIN)
1xCAN-FD
Timers347
Advanced Timers1No2
Hardware AcceleratorN/AN/AOptional
SecurityCRCCRCCRC, TRNG, AES256
Standby current5 μA1.5 μA1.5 μA

The lowest end MSPM0C1103 bulk price is 16 US cents, and even the largest advanced models are around a dollar. [4] The MSPM0C1103/4 manual page also mentions two parts designated MSPS003F3 and MSPS003F4 that seem to be almost identical; they seem to be recommended as replacements for STM8.

The fourth digit of the part number (e.g. MSPM0C110n ) denotes the flash size, which can be calculated as 2n kB:

...3...4...5...6...7...8...9
8kB16kB32kB64kB128kB256kB512kB

The amount of RAM tends to be between 1/8 and 1/16 of the flash size for the low-end models, and 1/2 to 1/4 of flash for the high end.

Unlike MSP432 Cortex-M4F, MSPM0 CPU does not implement floating point instructions. However, the G variant has a math coprocessor (MATHACL) that processes 32- and 64-bit fixed point numbers with dynamically selectable integer/fractional configuration.

The low power modes, including the shutdown mode, can be interrupted by I/O wakeups. Typical power consumption numbers are [5]

RunSleepStopStandbyShutdown
85 μA/MHz200 μA @ 4 MHz50 μA @ 32 kHz1.1 μA50 nA

The CPU clock can be sourced from an internal high speed oscillator or an internal 32kHz oscillator.

The packages range from 8 pins (DSBGA, VSON, SOT) to 100 pins PQFP. The smallest DSBGA package is the size of a 0603 resistor (1.6 mm by 0.86 mm)

The power supply voltage range is 1.62 to 3.6V and the common operational temperature range is -40 °C to 125 °C An optional postfix -Q1 denotes a part with an automotive qualification.

Peripherals

Depending on package, there are between 6 and 94 GPIOs. All GPIO are qualified as 5V-tolerant.

All parts have a 12-bit successive-approximation ADC, between 1 and 7 UARTS, and between 1 and 3 I2C and SPI peripherals. Some parts include CAN bus interface. The UARTs support LIN, IrDA, DALI, smart card, Manchester and low-power operation in STANDBY mode.

The high precision analog peripherals include zero-drift zero crossover operational amplifiers, and high-speed comparators and DACs, as well as an integrated voltage reference and temperature sensors.

The DMA controller and advanced timers help offload CPU from routine data transfer and timekeeping tasks. There is a watchdog timer peripheral as well as a dedicated simple beeper oscillator.

Hardware development platforms

There are three LaunchPad development boards, one for each subfamily: LP-MSPM0C1104, LP-MSPM0L1306 and LP-MSPM0G3507. They have an USB interface to an on-board XDS110 SWD/JTAG development tool, connected to the respective target MCU.

Development tools

Cortex-M0+ is supported by Open Source tools: GCC and LLVM, using CLI as well as VSCode, and openOCD/gdb.

TI provides proprietary MSP Zero Code Studio [6] and Code Composer Studio, as well as middleware libraries for specialized tasks such as FOC motor drivers.

The parts are supported by FreeRTOS and Zephyr realtime operating systems.

References