Microcontroller Embedded C Programming Lecture 141| Using ‘volatile’ with ISR Part-1
Using 'volatile' with ISR Part-1 Use volatile when your code is dealing with below scenarios Memory-mapped peripheral registers of the microcontrollers Multiple tasks accessing global variables(read/write) in an…