当前位置:网站首页>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 .
边栏推荐
- Nc204382 medium sequence
- 二叉树创建 & 遍历
- Pangolin Library: control panel, control components, shortcut key settings
- 数据治理:微服务架构下的数据治理
- Document 2 Feb 12 16:54
- Oracle time display adjustment
- 649. Dota2 Senate
- Generator Foundation
- Transformer principle and code elaboration
- [1. Delphi foundation] 1 Introduction to Delphi Programming
猜你喜欢
matplotlib. Widgets are easy to use
Asia Pacific Financial Media | art cube of "designer universe": Guangzhou community designers achieve "great improvement" in urban quality | observation of stable strategy industry fund
Nft智能合约发行,盲盒,公开发售技术实战--合约篇
Parameter self-tuning of relay feedback PID controller
Mex related learning
Solution: intelligent site intelligent inspection scheme video monitoring system
Interview Reply of Zhuhai Jinshan
Chinese Remainder Theorem (Sun Tzu theorem) principle and template code
Understanding of law of large numbers and central limit theorem
NFT smart contract release, blind box, public offering technology practice -- contract
随机推荐
Codeforces Global Round 19(A~D)
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
好用的TCP-UDP_debug工具下载和使用
[非线性控制理论]9_非线性控制理论串讲
Risk planning and identification of Oracle project management system
让学指针变得更简单(三)
链表面试题(图文详解)
从 SQL 文件迁移数据到 TiDB
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
Machine learning - decision tree
CAD ARX gets the current viewport settings
在 uniapp 中使用阿里图标
使用 BR 备份 TiDB 集群数据到兼容 S3 的存储
Common functions for PHP to process strings
Mex related learning
MES, APS and ERP are essential to realize fine production
Parameter self-tuning of relay feedback PID controller
使用 BR 恢复 S3 兼容存储上的备份数据
解决方案:智慧工地智能巡检方案视频监控系统
Helm install Minio