Zero-based order entry stm32 knowledge learning

  Here's a list of some of probably the STM32 learning content and learning sequence. If you are a novice, I suggest watching the Chinese manuals and learning video (generally see atoms, video, then Baidu on it, if it is not, then I will give you recommend a website: 21ic open class, there are many free based learning video, very suitable for the majority of students); if it is already getting started with their own personal recommendations to do a project, regardless of the size of the project, which will of course involve they have learned or are learning their own, but also their own or presumably want to learn, while learning while doing the project. So a lot of benefits, slowly to understand. Here is a list of some of the content himself STM32 does not need to understand, just remember that you can, you slowly after in-depth process, you will have learned:

  1, STM32 basic configuration (operating environment, compiler, downloader, board, etc.).

  2, GPIO (marquees, buzzer, keypad), of which there are port multiplexing and re-mapping the future use give you about, but you can take a look at Chinese manual.

  3, the clock (system clock, RTC real time clock).

  4, interrupt (internal and external interrupts, NVIC interrupt priority management).

  5, communication (UART serial communication, I2C / SPI, 485 / CAN, 2.4G wireless communication, Bluetooth module HC05).

  6, a watchdog (watchdog and independent watchdog window).

  7, the timer (the PWM, input) Application: a stepping motor, DC motor, digital servo and the like.

  8, ADC / DAC (temperature and humidity sensor and a photosensor), the transition between these two is the electrical analog and digital power.

  9, DMA (we do not produce data, we are the movers of data).

  10, MPU6050, temperature and humidity sensors, bend sensors (principle will be used I2C, GPIO, ADC, etc.).

  11, correlation algorithm

  12, advanced applications

  I will list the contents of the STM32 so many, in fact, there are many, when you put these things basis for a general understanding, advanced applications also will be solved later.

  Now that you have decided not to go decadent, please take your time you quit those of "good habits."

 

Finally, give you some reference learning materials

(System clock)
http://www.makeru.com.cn/live/1392_1082.html?s=45051
the STM32 interrupt system
http://www.makeru.com.cn/live/3523_1745.html?s=45051

The SPI communication stm32
http://www.makeru.com.cn/live/3523_1795.html?s=45051

(Timer)
http://www.makeru.com.cn/live/1392_1199.html?s=45051

(ADC reading light sensor)
http://www.makeru.com.cn/live/1392_1004.html?s=45051

Guess you like

Origin www.cnblogs.com/QianD/p/11270630.html