Classification of MCU of Texas Instruments

Coral radio
2022-11-21

Classification of MCU of Texas Instruments


Systematically sort out the mainstream MCU series of TI Company in recent years.


According to the information given on TI's official website, TI's MCU can be roughly divided into the following three series:

SimpleLink MCU

Ultra low power MSP430 MCU

C2000 real-time control MCU

This is only a brief introduction to SimpleLink MCU.

SimpleLink MCU can be roughly divided into two categories:

Wireless microcontroller, supporting multiple wireless communication protocols

High performance microcontroller, MSP432 series microcontroller based on ARM Cortex-M4F

Wireless microcontroller

For the convenience of description, it is divided into the following categories:

Class I: CC1310, CC1312R, CC1311

Class II: CC1350, CC1352P, CC1352R

Category III: CC2640R2F, CC2640R2F-Q1

Category IV: CC2642R, CC2652R

Class V: CC3200MOD, CC3220MOD

Class I: CC1310, CC1312R, CC1311

common ground:

Both have two cores, one of which is ARM Cortex-M0, which is used for wireless controller and can process low-level RF protocol commands stored in ROM or RAM.


Support bandwidth lower than 1G frequency.


difference:

The main processor of CC1310 is ARM Cortex-M3, and the clock is 48MHz, characterized by ultra-low power consumption.


The main processor of CC1312R and CC1311 is ARM Cortex-M4F, and the clock is 48MHz, characterized by high performance.

Class II: CC1350, CC1352P, CC1352R

common ground:


Both have two cores, one of which is ARM Cortex-M0, which is used for wireless controller and can process low-level RF protocol commands stored in ROM or RAM.


Support dual band bandwidth: lower than 1GHz and 2.4GHz.


difference:

The main processor of CC1350 is ARM Cortex-M3, and the clock is 48MHz. It is characterized by ultra-low power consumption.


The main processor of CC1352P is ARM Cortex-M4F, and the clock is 48MHz. It is characterized by high performance and integrated power amplifier, which is suitable for long-distance applications.


The main processor of CC1352R is ARM Cortex-M4F, and the clock is 48MHz, characterized by high performance.

Category III: CC2640R2F, CC2640R2F-Q1

common ground:

Both have two cores. One is ARM Cortex-M3, whose clock is 48MHz; The other is an ultra-low power sensor controller with 16 bit architecture. It is characterized by low power consumption.


Supports Bluetooth 4 and Bluetooth 5 protocols.


difference:

Compared with CC2640R2F, CC2640R2F-Q1 conforms to automobile standards.

Category IV CC2642R, CC2652R

common ground:

Both have two cores. One is ARM Cortex-M4F, whose clock is 48MHz; The other is ARM Cortex-M0, which is used for wireless controller and can process low-level RF protocol commands stored in ROM or RAM.


difference:

CC2642R only supports Bluetooth 4 and Bluetooth 5 protocols.


CC2652R supports multiple protocols, including Zigbee ® Low power Bluetooth ® 5. IEEE 802.15.4g, intelligent object supporting IPv6 (6LoWPAN), etc.

Class V: CC3200MOD, CC3220MOD

common ground:

Wireless communication module supporting WIFI.


It is a module integrating two physical chips. One is an MCU based on ARM Cortex-M4F, with a clock of 48MHz; The second is the network processor MCU.

High performance microcontroller

There are mainly two series:

MSP432P4: Based on ARM Cortex-M4F core, the clock frequency is 24 to 48MHz, characterized by low power consumption.


MSP432E4: Based on ARM Cortex-M4F core, the clock frequency is 120MHz, characterized by high performance; With Ethernet MAC and PHY.


share