Hello sir, i have few doubts. what does the clock frequency signify here and what is natural frequency and why is getting reduced to half of it when voltage is applied at X1?
i guess it is just "intended" and "unintended" interrupt with levels? "unintended" interrupt tells you to immediately stop the action taking now to do the new given instructions right away unwillingly. "intended" interrupts are done by programmers to do the new execution after finishing the current task.
"Maskable interrupt is a hardware Interrupt that can be disabled or ignored by the instructions of CPU. A non-maskable interrupt is a hardware interrupt that cannot be disabled or ignored by the instructions of CPU. When maskable interrupt occur, it can be handled after executing the current instruction." another source says
you said rst 6.5,7.5,5.5 are generated by software instruction but in google it says they are hardware interrupt.
Thanks a lot sir ...
Hello sir, i have few doubts. what does the clock frequency signify here and what is natural frequency and why is getting reduced to half of it when voltage is applied at X1?
Thanks...Can anyone tell the difference between "maskable" and "non maskable" interrupt?
Thanks.
i guess it is just "intended" and "unintended" interrupt with levels?
"unintended" interrupt tells you to immediately stop the action taking now to do the new given instructions right away unwillingly.
"intended" interrupts are done by programmers to do the new execution after finishing the current task.
"Maskable interrupt is a hardware Interrupt that can be disabled or ignored by the instructions of CPU. A non-maskable interrupt is a hardware interrupt that cannot be disabled or ignored by the instructions of CPU. When maskable interrupt occur, it can be handled after executing the current instruction."
another source says
@@kephamtran1252 Thanks for your kind explanation...
First