cancel
Showing results for 
Search instead for 
Did you mean: 

Help with understanding pin layout for stm32f030f4p6.

HHaq.1
Associate

Hello, we are college students from the University of Texas at Tyler and are looking for help in furthering our understanding the functions of each of the pins in a stm32f030f4p6 microcontroller. We intend to use this as the microcontroller to develop our ESC to use for a drone. Any assistance or guidance is appreciated. Huge plus if there are any application engineers who can give some insight.

3 REPLIES 3
MM..1
Chief II
SSher.3
Associate III

Just get Cube IDE installed, you'll have a visual map of pins and their functionality (each pin has at least 6-8 different functions which you can switch).

https://www.st.com/en/development-tools/stm32cubeide.html

Also ST has a perfect series of video on youtube for beginners.

If you're going to use external i2c/spi sensors and standard sensor libraries, you may quickly run out of 16KB of flash, I'd recommend to go for mcu with at least 32KB of flash.

Amel NASRI
ST Employee

Hi @HHaq.1​ ,

Welcome to ST Community!

Besides to proposals from @MM..1​ & @SSher.3​, I suggest referring to Getting started with STM32 : STM32 step by step wiki. Step2 Blink LED should be helpful for you.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.