Tech Talk: Using the volatile Keyword in Embedded C
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-06-12 11:03 AM
Posted on June 12, 2018 at 20:03
Title Document: Tech Talk: Using the volatile Keyword in Embedded C
What is the volatile keyword in C?
C's volatile keyword is a qualifier that is applied to a variable when it is declared. It tells the compiler that the value of the variable may change at any time--without any action being taken by the code the compiler finds nearby. The implications of this are quite serious. However, before we examine them, let's take a look at the syntax.
In this video, Barr Group Principal Engineer Dan Smith offers important tips for how to best use the volatile keyword in Embedded C.
For more informative Tech Talks, go to
.
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
