Are you volatile?
The volatile keyword in C is used to inform the compiler that the value of a variable may change at any time, without any action being taken by the code the compiler finds nearby. This is often necessary in embedded systems where certain memory locat...
Dec 31, 20232 min read14