2020-02-12 06:19 AM
Hi,
I'm using the STM32746 Discovery board and some example code - the "QSPI_ReadWrite_IT" example - but the QSPI interrupts are not working correctly. Specifically the Status match interrupt never fires and the example code gets stuck. I've ported over the project to work with STM32CubeMX IDE and my code is attached. I've also replace the HAL interrupt functions with the HAL Polling functions and things work just fine.
If anyone has any advice on getting QSPI interrupts working - specifically the status match interrupt - please let me know!
Thanks,
Doug Burrell