当前位置:网站首页>The new series of MCU also continues the two advantages of STM32 product family: low voltage and energy saving
The new series of MCU also continues the two advantages of STM32 product family: low voltage and energy saving
2022-07-03 09:54:00 【Brother gun plays embedded】
For beginners , If the MCU Theoretical knowledge of ( Like the clock tree ,GPIO/UART/IIC/SPI Etc ) There is no solid and correct cognition , Then I feel like learning from videos , Even if you learn, you probably know it, but you don't know why . Of course, it does not rule out that some friends can also lay a solid foundation according to the video ( But I think they also interspersed basic learning and understanding in video learning ).

So based on the above analysis , I suggest you :
Don't worry about getting started with video teaching
Choose one STM32 SCM theory books , Around the smallest system , First from STM32 Start with theoretical knowledge
( video + Corresponding theoretical knowledge ) -> Test board verification . To deepen theoretical knowledge
The above process may be slow , But the basic knowledge of the subject is sure to be solid , It will be of great help to the subsequent secondary development and expansion .
STM32 Advantages of single chip microcomputer
In addition to new functions and enhanced peripheral interfaces ,STM32 Interconnected columns are also provided with other STM32 The same standard interface of single chip microcomputer . This peripheral versatility improves the application sensitivity of the whole product series , Enable developers to reuse the same software in multiple designs .

new STM32 Standard peripherals include 10 A timer 、 Two 12 position 1-msample/s A / D converter ( In interleaving mode 2-msample/s)、 Two 12 Bit ADC 、 Two I2C Interface 、5 individual USART Interface and three SPI port . The peripherals of the new product are 12 individual DMA The passage and a CRC Computing unit . And others STM32 Like a microcontroller , It supports 96 Bit unique identification code .
The new series of MCU also continues STM32 The product family has two advantages of low voltage and energy saving .2.0V to 3.6V The operating voltage range is compatible with lithium batteries 、 Mainstream battery technologies such as Ni MH battery . The package is also equipped with a special pin for battery operation mode Vbat. With 72mhz Executing code from flash memory takes only 27mA electric current .
There are four low power modes , The current consumption can be reduced to two microamps . Quick start from low-power mode also saves power ; The starting circuit uses STM32 Internally generated 8MHz The signal wakes the microcontroller from the stop mode , It's not long 6 Microsecond .
STM32 Due to the variety of peripherals , Able to process analog and digital signals , The operation is simple . Applicable to the design of the control circuit .
STM32 Disadvantages of single chip microcomputer
STM32 Is to run instructions , Run the algorithm properly , But for multi-channel signal processing , Need a lot DSP Parallel processing .
Let's assume that everyone has been right about STM32 Have a certain understanding of books or documents . If you don't understand , Please read now STM32 Documents ( Leave a message at the bottom of the article and send it to the website ), To get the most basic knowledge points .
Students with good English , Please don't think you're awesome , You can only read English documents . After all, you are Chinese , You are most familiar with , The best understanding is Chinese . Reading English is still slower than reading Chinese , What we want is the shortest time , Instead of trying to remember all the details in a short time . Of course , If it's a paper , It's good to read the original English version .

STM32 When processors enter the domestic market ,ST official ( Or a third party ) Our promotion work is very good . Translated a large number of English documents , It caters to the thinking of many domestic engineers .
While studying , Focus on two important documents :《STM32F103xxx Reference manual 》,《STM32 Firmware library user manual 》( Leave a message at the bottom of the article and send it to the website ). This is for having enough time 、 Energetic students , It is recommended to download the documents you need to consult , For more information .
read 《STM32F103xxx Reference manual 》, Be sure to pay attention to , You don't need to read all —— There is no time . It is suggested to read , But the first few chapters must be read . Memory and bus architecture 、 Power control 、 Backup register 、 Reset and clock control , Common and reusable functions I/O, Interruptions and time, etc. the first few chapters must take time to read .
Later chapters , It is about the specific function module design . If we use which module , You can read which module . Like in use AD When , You need to read chapter 10 Chapter ADC. No other examples . I believe that every beginner has his own research direction and judgment .
read 《STM32 Firmware library user manual 》, Mainly to simplify programming .STM32 It provides us with a very good firmware function library , We just need to call . Of course , We can also avoid touching these firmware Libraries —— It is said that using it will make the code inefficient , That makes sense . There are also many codes written by netizens on the Internet , Functions with firmware library are not used . How to choose , It's your choice .

How to use mobile phone directly control stm32 Single chip microcomputer ?
utilize wifi To connect your mobile phone app It is also a relatively simple scheme , Of course, you can use the one that comes with your mobile phone usb Come and join us stm32 Of usb To communication ; Compared with wireless transmission , The cable usb More stable .
The single chip microcomputer directly controls the mobile phone with hardware , Mainly using mobile phones usb I've been communicating with the single chip microcomputer . There are mainly two ways :
1、 Mobile phones are in host Pattern : That is, the mobile phone will not provide power to the device , stay usb In the communication process, the mobile phone acts as a slave ;
2、 Mobile phones are in otg Pattern : Mobile phones can provide power to devices , For example, the mobile phone is passing otg Adapter connection u Disk reading data, etc , That's the pattern .
边栏推荐
- MySQL的简单使用(增删改查)
- An executable binary file contains more than machine instructions
- [CSDN]C1训练题解析_第四部分_Web进阶
- [successful graduation] [1] - visit [student management information system]
- Education is a pass and ticket. With it, you can step into a higher-level environment
- CEF下载,编译工程
- MySQL data manipulation language DML common commands
- 学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
- A lottery like scissors, stone and cloth (C language)
- Programming ideas are more important than anything, not more than who can use several functions, but more than the understanding of the program
猜你喜欢

IDEA远程断点调试jar包项目

Nodemcu-esp8266 development (vscode+platformio+arduino framework): Part 4 --blinker_ DHT_ WiFi (lighting technology app control + temperature and humidity data app display)

应用最广泛的8位单片机当然也是初学者们最容易上手学习的单片机

Uniapp realizes global sharing of wechat applet and custom sharing button style

对于新入行的同学,如果你完全没有接触单片机,建议51单片机入门
![[CSDN]C1训练题解析_第二部分_Web基础](/img/91/72cdea3eb3f61315595330d2c9016d.png)
[CSDN]C1训练题解析_第二部分_Web基础

SSB Introduction (PbCH and DMRs need to be supplemented)
![顺利毕业[2]-学生健康管理系统 功能开发中。。。](/img/91/72cdea3eb3f61315595330d2c9016d.png)
顺利毕业[2]-学生健康管理系统 功能开发中。。。

Mysql database underlying foundation column

当你需要使用STM32某些功能,而51实现不了时, 那32自然不需要学
随机推荐
Development of fire power monitoring system
Nodemcu-esp8266 development (vscode+platformio+arduino framework): Part 5 --blinker_ MIOT_ MULTI_ Outside (lighting technology app + Xiaoai classmate control socket multiple jacks)
Definition and use of enum in C language
内存数据库究竟是如何发挥内存优势的?
STM32 external interrupt experiment
Intelligent home design and development
Uniapp realizes global sharing of wechat applet and custom sharing button style
[graduation successful] [1] - tour [Student Management Information System]
You need to use MySQL in the opening experiment. How can you forget the basic select statement? Remedy is coming~
PIP references domestic sources
Fundamentals of Electronic Technology (III)__ Fundamentals of circuit analysis__ Basic amplifier operating principle
307. Range Sum Query - Mutable
Development of fire evacuation system
Introduction to chromium embedded framework (CEF)
自動裝箱與拆箱了解嗎?原理是什麼?
Leetcode daily question (931. minimum falling path sum)
UCI and data multiplexing are transmitted on Pusch - determine the bit number of harqack, csi1 and csi2 (Part II)
Flink learning notes (10) Flink fault tolerance mechanism
在三线城市、在县城,很难毕业就拿到10K
Quelle langue choisir pour programmer un micro - ordinateur à puce unique