[ STM32F7 QuadSPI ] HAL_QSPI_Command_IT can not Jump to QUADSPI_IRQHandler
Hello, I'm using QuadSPI to read/write to external flash on STM32F746NG.I used this example from ST and it's working correctly: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32746G-Discovery/Examples/QSPI/QSPI_ReadWrite_IT...