Resolved! Relationship between GPIO Interrupt and SPI Communication
We are trying to do SPI communication in the GPIO interrupt handler.We are not sure about the following two points. Can someone please give me an answer?1, If another GPIO interrupt occurs while the GPIO interrupt handler is running (with the same pr...