Category: Embedded C

What is ISR?

Interrupt Service Routine (ISR) is a specialized function or routine that is called when an interrupt is triggered by a hardware device. When a hardware event occurs, like a timer reaching a specific value or a button being pressed, it sends an inter...

Read More

What is Embedded C?

Embedded C is a programming language that is closely related to C Language, as it inherits all of the fundamental principles and syntax of its predecessor. However, while C is a general-purpose programming language that can be used for a wide range o...

Read More

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies Find out more here