framework = cmsis
The ARM Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex-M processor series and specifies debugger interfaces. The CMSIS enables consistent and simple software interfaces to the processor for interface peripherals, real-time operating systems, and middleware. It simplifies software re-use, reducing the learning curve for new microcontroller developers and cutting the time-to-market for devices.
For more detailed information please visit vendor site.
Name |
Description |
---|---|
The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development. |
Note
You can list pre-configured boards by platformio boards command or PlatformIO Boards Explorer
For more detailed board
information please scroll tables below by horizontal.
ID |
Name |
Platform |
Debug |
Microcontroller |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|---|---|
|
STM32F415RGT |
168 MHz |
1024 Kb |
128 Kb |
ID |
Name |
Platform |
Debug |
Microcontroller |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|---|---|
|
STM32F417VGT6 |
168 MHz |
1024 Kb |
192 Kb |
|||
|
STM32F427VIT6 |
168 MHz |
2048 Kb |
256 Kb |
|||
|
STM32F407VET6 |
168 MHz |
512 Kb |
192 Kb |
ID |
Name |
Platform |
Debug |
Microcontroller |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|---|---|
|
STM32F401RET6 |
84 MHz |
512 Kb |
96 Kb |
ID |
Name |
Platform |
Debug |
Microcontroller |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|---|---|
|
STM32F303VCT6 |
72 MHz |
256 Kb |
48 Kb |
|||
|
STM32F407VGT6 |
168 MHz |
1024 Kb |
128 Kb |
|||
|
STM32L152RBT6 |
32 MHz |
128 Kb |
16 Kb |
|||
|
STM32F401RET6 |
84 MHz |
512 Kb |
96 Kb |
Jan 11, 2016 - David Mills, Ph.D. - STM NUCLEOF401RE TIMER IO
See more Articles about us.
All project examples are located in PlatformIO repository Examples for CMSIS framework.