Home > other >  Learn about stm32
Learn about stm32

Time:11-01

I want to ask about stm32 just after watching the basic video tutorial how to conduct more in-depth study
Because now facing some questions feel do not know how to start of the game

CodePudding user response:

refer to the original poster weixin_44034680 response:
I want to ask about stm32 just after watching the basic video tutorial how to conduct more in-depth study
Because now in the face of some game questions feel a hindrance

Introduction to watch video, with the function library, will soon, but when to apply, you will suddenly, as if found what MAO also won't, because out of the question to debug, you don't understand it come and go, this time directly see the routine atom of register at the beginning is difficult, give up some speed, a points a grind slowly, you will find that actually very simple very regular, more directly with clear function library, I are now rare record function

CodePudding user response:

I feel it is only with the will to learn, going to do if a product, then you will know how to learn, routine is very important, can draw lessons from, more reference would be

CodePudding user response:

Must be hands-on practice writing program, download the hardware debugging!

CodePudding user response:

First of all, buy a development board, play it well. Then, draw some general direction, in each direction, then choose some challenging projects to do (mainly around the project learning),

CodePudding user response:

I think to look at specific STM32 MCU data PDF documents, may be better, buy a development board, of course, the better

CodePudding user response:

Buy a development board, a video tutorial, the most important project to do anyway

CodePudding user response:

Choose foundation project to do, a little familiar with the specific content of library function in, look at the program code of others, shall not be, the most important thing is to begin, don't start work is certainly can't understand,

CodePudding user response:

Embedded development, to understand what the chip resources is very important, it involves the design of the program;
Learn about the program instructions and programming tools at the same time, this is the basis of the written procedures;
Understanding provided by the library, and hands-on practice, this is the only way to write a program;
Learn to find information and consult others, is an effective method improve programming skills;

Your reference, please.

CodePudding user response:

references 9 f pstrunner response:
embedded development, understand what the chip resources is very important, it involves the design of the program;
Learn about the program instructions and programming tools at the same time, this is the basis of the written procedures;
Understanding provided by the library, and hands-on practice, this is the only way to write a program;
Learn to find information and consult others, is an effective method improve programming skills;

The building Lord, please reference,

Ok thank you
I will find a project to do

CodePudding user response:

Introductory version using library function, then have a problem to see the data sheet, see a few times!
In addition to do more projects with more, nature will understand!

CodePudding user response:

Learn cubMX, a lot of online tutorials, can quickly build STM32 engineering automatically, and open source, through watching cubMX automatically generated by the project code, can accelerate the understanding ST HAL library,
  • Related