Difference between revisions of "STM32"

From Stm32World Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:STM32]]{{metadesc|STM32 information and documentation}}
+
[[Category:STM32]][[Category:STM32 Documentation]]{{metadesc|STM32 information and documentation}}
After spending some time with first various AtMega 8 bit processors and then Espressif's ESP32 I decided to explore STMicroelectronics [[STM32]] series of micro processors.
+
After spending some time with first various AtMega 8 bit processors and then Espressif's ESP32 I decided to explore STMicroelectronics [[STM32]] series of micro processors.  Initially that seems a daunting experience.  There are literally hundreds of different [[STM32]] [[MCU]]s and understanding the differences is important in picking the right one for any given project.
  
 
== STM32 Families ==
 
== STM32 Families ==
Line 6: Line 6:
 
STM32 processors are grouped in a number of families.  The following chart give a brief overview of these and the naming conventions:
 
STM32 processors are grouped in a number of families.  The following chart give a brief overview of these and the naming conventions:
  
[[File:STM32 Naming.png|900px]]
+
<div class="res-img">
 +
[[File:STM32 Naming.png|1600px]]
 +
</div>
  
 
=== STM32F4xx ===
 
=== STM32F4xx ===

Latest revision as of 04:36, 25 April 2024

After spending some time with first various AtMega 8 bit processors and then Espressif's ESP32 I decided to explore STMicroelectronics STM32 series of micro processors. Initially that seems a daunting experience. There are literally hundreds of different STM32 MCUs and understanding the differences is important in picking the right one for any given project.

STM32 Families

STM32 processors are grouped in a number of families. The following chart give a brief overview of these and the naming conventions:

STM32 Naming.png

STM32F4xx

STM32F1xx

STM32L4xx

STM32 Development Boards and Programmers

Miscellaneous STM32 Related Documentation

Work in Progress

STM32 HAL Composite USB