当前位置:网站首页>What is the use of entering the critical point? How to realize STM32 single chip microcomputer?
What is the use of entering the critical point? How to realize STM32 single chip microcomputer?
2022-07-06 08:01:00 【Infinite MCU programming】
Hello everyone , I am boundless .
Once I was broadcasting live to internal students , A few friends asked me , Why enter the critical , What's the use of criticality ?
At that time, I didn't expect a good explanation , Today, let me give you a few examples to answer .
If any boss thinks I'm wrong, please talk privately and I'll correct it , Don't secretly spray me in the comment area , Can't I change it yet .
Enter critical and exit critical , My first contact was in ucos System , At that time, I also felt that this professional term was awesome and complicated .
When I finish talking , You'll find it's actually quite low.
Entering the critical point is to shut down the MCU and interrupt , Exit critical It is to resume the interruption of single chip microcomputer , Remember, it's best to recover , Not open , Because before entering the critical point, the total interruption of MCU may not be on .
Then why enter the critical ? What's the role ?
Let's suppose a scenario :

Let's look at this piece of code .
Suppose our program runs to 12 That's ok , That is to say a = 0 The location of ,*p The value of must be equal to 2 Right? ?
Suddenly a timer interrupts , Then in the timer interrupt handler , We did p++.
After execution, return to the main program to continue execution , That is to say, I will implement 13 Line code , This is the time *p Guess the value of ?
you 're right , Definitely not 2, It is 3.
Obviously, the condition judgment is 2, Finally, the value becomes 3, such bug It's estimated that it can make you cry .
At this time, entering the critical point is very stable , It can be changed to the following code .

STM32 Unlike 51 SCM is so direct EA=0 You can turn off the total interrupt , But through __get_PRIMASK and __set_PRIMASK To do it , You can also use it __disable_irq and __enable_irq.
Specifically, you can search in the project , Read notes .
Every single chip microcomputer turns off the total interrupt in a different way , So there is also a difference between entering the critical code and exiting the critical code .
You just need to remember The essence is to shut down and interrupt , After executing the procedure , Just restore the total interruption .
Don't worry too much about how to switch when the single chip microcomputer is always interrupted , You can find it on the Internet .
Then continue to talk about our above program , A lot of people would say , I avoid this problem when writing programs , Not in the timer right p Just operate the pointer ?
If you are doing some big projects , Almost impossible to avoid , For example, our queue algorithm .
We will receive the data in the serial port interrupt , Put the data in the queue , Then analyze in the main function .

After using the queue , The stability of data transmission can be greatly improved , Even if the data transmission is fast , There is a large amount of data, and there will be no packet loss .
Let's take a look at the listing function of the queue algorithm .

such , If you don't use a pointer , It is almost impossible to achieve , Even the flexibility and portability are not high .
Just imagine , If this kind of pointer is frequently operated in the main function and interrupt , Without criticality, the program is easy to crash due to abnormal pointer pointing or program logic problems caused by data disorder .
Of course , In addition to protecting global variables 、 Array 、 Structure and other data are not bad, except , It can also be hardware data , such as IO、SCI、SPI、flash.
Of course ,RTOS Maybe it's more complicated , I won't explain it here , Just understand the essence .
边栏推荐
- 面向个性化需求的在线云数据库混合调优系统 | SIGMOD 2022入选论文解读
- DataX self check error /datax/plugin/reader/_ drdsreader/plugin. Json] does not exist
- Database addition, deletion, modification and query
- Sanzi chess (C language)
- Opencv learning notes 9 -- background modeling + optical flow estimation
- On why we should program for all
- 华为云OBS文件上传下载工具类
- Epoll and IO multiplexing of redis
- Binary tree creation & traversal
- PHP - Common magic method (nanny level teaching)
猜你喜欢

Inspiration from the recruitment of bioinformatics analysts in the Department of laboratory medicine, Zhujiang Hospital, Southern Medical University

Generator Foundation

Asia Pacific Financial Media | art cube of "designer universe": Guangzhou community designers achieve "great improvement" in urban quality | observation of stable strategy industry fund

How to use information mechanism to realize process mutual exclusion, process synchronization and precursor relationship

数据治理:主数据的3特征、4超越和3二八原则

21. Delete data

Asia Pacific Financial Media | "APEC industry +" Western Silicon Valley invests 2trillion yuan in Chengdu Chongqing economic circle to catch up with Shanghai | stable strategy industry fund observatio
![[untitled]](/img/38/bc025310b9742b5bf0bd28c586ec0d.jpg)
[untitled]

Parameter self-tuning of relay feedback PID controller

好用的TCP-UDP_debug工具下载和使用
随机推荐
esRally国内安装使用避坑指南-全网最新
wincc7.5下载安装教程(Win10系统)
National economic information center "APEC industry +": economic data released at the night of the Spring Festival | observation of stable strategy industry fund
Oracle time display adjustment
ROS learning (IX): referencing custom message types in header files
珠海金山面试复盘
Easy to use tcp-udp_ Debug tool download and use
从 CSV 文件迁移数据到 TiDB
21. Delete data
Launch APS system to break the problem of decoupling material procurement plan from production practice
指针和数组笔试题解析
Solution: système de surveillance vidéo intelligent de patrouille sur le chantier
将 NFT 设置为 ENS 个人资料头像的分步指南
MFC sends left click, double click, and right click messages to list controls
Vit (vision transformer) principle and code elaboration
实现精细化生产, MES、APS、ERP必不可少
远程存储访问授权
Circuit breaker: use of hystrix
数据治理:误区梳理篇
Data governance: metadata management