Skip to main content
User1658312518282898261
Associate II
September 13, 2021
Solved

How to start with STM32?

  • September 13, 2021
  • 6 replies
  • 2967 views

HELLO

I would like to start working with ST microcontrollers.

I work with an 8-bit Atmel.

Interested in moving to ST32

I purchased a STM32373C-EVAL development kit

I installed STM32CUBEIDE

How can I start step by step.

Explanation - videos and so on.

Thanks

itzhak

Best answer by ChahinezC

Hello @User1658312518282898261​,

To begin with STM32 ecosystem basics, you can refer to STM32MCU basics on the ST Wiki page.

For getting started on building projects with the STM32 microcontroller, the wiki STM32 step by step will help you with its different tutorials.

Chahinez.

6 replies

Javier1
Principal
September 13, 2021

Ask yourself what do you want to test first, what do you want to use the microcontroller for, i see you purchased an evaluation board with a screen, maybe search for screen dedicated tutorials.

>8-bit Atmel.

with atmelstudio or arduino?

If youre used to arduino put your hands in one of those "bluepill boards", they have a STM32f103c8 micro and its supported by arduino board packages.

>I purchased a STM32373C-EVAL development kit

thats fine, a bit overpowered for guetting started but ok.

Maybe try to follow this blinky tutorial https://www.youtube.com/watch?v=hyZS2p1tW-g ?

hit me up in https://www.linkedin.com/in/javiermuñoz/
User1658312518282898261
Associate II
September 13, 2021

Hello JAVIER

At ATMEL I work with CODE VISION Compiler.

I will watch the video and try to move on from there.

I still do not have the work environment.

Hopefully I will install it properly.

I am interested in developing a control and monitoring system via WIFI or mobile.

 And NFC or BT.

I work with Google Translate. If there are errors. Forgive me.

:)

Javier1
Principal
September 13, 2021

I ave no previous experience with codevision sorry.

If you want WFI/NFC/BT maybe take a look at the STM32wb family

hit me up in https://www.linkedin.com/in/javiermuñoz/
User1658312518282898261
Associate II
September 13, 2021

Hello JAVIER

I have been developing control circuits for close to 20 years.

Simple circles for industry.

RS485 / 232.

Controls for lighting and control.

I have a complex project for me.

Requires interface to the phone.

And control via telephone and wireless.

I am interested in running the development kit and from there trying to continue.

I have no problem with the hardware.

I need to study the work environment.

Good Day

itzhak

Javier1
Principal
September 13, 2021

Good luck then itzhak.

I was just saying that the evaluation board you purchased doesnt have WIFI/NFC or BT capabilities, there are other evaluation boards for that kind of applications

hit me up in https://www.linkedin.com/in/javiermuñoz/
ChahinezC
ChahinezCBest answer
Technical Moderator
September 17, 2021

Hello @User1658312518282898261​,

To begin with STM32 ecosystem basics, you can refer to STM32MCU basics on the ST Wiki page.

For getting started on building projects with the STM32 microcontroller, the wiki STM32 step by step will help you with its different tutorials.

Chahinez.

User1658312518282898261
Associate II
September 19, 2021

tanks

Andrew Neil
Super User
January 15, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.