Hello Jitendra,
We have some concerns about IRQ and command as follows.
1. Does the IRQ state change while the command is being sent? What should we do if it can change?
2. What happens when IRQ = H and a command are issued at the same time?
In our system, IRQ is checked by polling instead of interrupt processing, so it takes some time between IRQ status check and command issue. Depending on the timing, the command may be issued with IRQ = H. What should we do?
Regards,
Ken