Hi friends, if you are entering the embedded field you must aware of the software STM32CubeMX. It's a graphical interface tool for developing embedded projects.STM32CubeMx automatically generate code using our requirement. We need to just configure the pins and their function and clock frequencies ..etc
The following steps describe how to start with STM32CubeMx
- Step 1 ; Open STM32cubeMx , Start New Project .
- Step 2 : Choose your Target Microcontroller
- Step 3 : Select your pin configuration for your peripheral and other functions.
- Step 4 : Choose correct Clock frequencies for your setup (refer datasheet ).
- Step 5 : Open Project Manager window and choose a name for project and Choose your target IDE and save .
- Step 6 : Save your settings and Click Generate Code on Right top.
Supported IDEs
- EWARM V8
- EWARM V7
- MDK ARM V4
- MDK ARM V5
- STM32CubeIDE
- SW4STM32
- TrueSTUDIO
- Makefile
Post a Comment