[STM32H7 QSPI] Should I expect interrupt after indirect mode read with instruction only?
Question is about QSPI in stm32H743.It seems that indirect read mode and indirect write mode should behave the same if it sends only the instruction and the data is absent.But I don't receive interrupts in case of indirect mode read without data, whi...