Question
Interrupt receiving through SPI MISO line
Hi. I'm developing a custom STM32 circuit board.
I'm trying to use an analog-front-end, AD7124-8 ADC chip.
However, this chip generates an interrupt signal through the MISO pin when data is ready.
As you know, once we set SPI in STM32, we cannot use GPIO interrupt callback.
I know somebody already asked about this issue but I want to know if any document solves this problem clearly.
