We know that STM32 microcontrollers are an organic combination of ST’s peripherals and various ARM Cortex cores. ST has produced many microcontrollers based on different Cortex-M cores. I found a comparison table of different Cortex-M core feature parameters on ARM’s website, and I would like to share it here for those interested to bookmark for future reference. The table below lists a total of 11 types of Cortex-M core feature parameters, such as instruction set architecture, support for FPU, support for hardware division, bus type, CoreMark data, support for TrustZone, etc. 【The image in the text can be zoomed in and moved for viewing on mobile】
The current product line of STM32 microcontrollers based on various Cortex-M cores from ST is shown in the figure below:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Previous topic reading links:
1、STM32H7 EXTI + SPI + DMA double buffer application demonstration
2、STM32H563 USART demonstration of DMA linked list function
3、How to enable or disable the interrupt for the Systick timer?
4、A small reminder for STM32 DMA programming
5、UART cannot send new data after enabling Cache