Tell me can we use any function inside isr?
Answer / Satendra Pal Singh Chauhan
"Yes, it's possible to call functions within an Interrupt Service Routine (ISR), but it's generally discouraged because ISRs are executed in interrupt context and must be as fast and deterministic as possible. In-line function calls can add significant overhead due to code generation and stack management."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between micro processor & micro controller ?
What is the size of the int, char and float data types?
Explain what is interrupt latency? How can you reduce it?
What is the difference between asynchrony and concurrency?
Explain the components of an embedded system?
What are the languages used in embedded system?
How do you react to people criticizing your code/documents?
What are the different types of buses used by the embedded systems?
Explain what is embedded system in a computer system?
Tell me can we use any function inside isr?
what is Page Fault or Page thrashing ?
Why would you choose java in embedded systems?