I wanted to try out using vsync interrupts to maintain timing in my game.
I've been trying for hours and I just cannot get HAL_LTDC_LineEventCallback and HAL_LTDC_ReloadEventCallback to fire.
I have found the global interrupt enable for LTDC and ive turned it on.
It just dosen't work at all, any ideas?
For audio ive used HAL_SAI_TxCpltCallback and HAL_SAI_TxHalfCpltCallback and they worked straight away!
I wanted to try out using vsync interrupts to maintain timing in my game. I've been trying for hours and I just cannot get HAL_LTDC_LineEventCallback and HAL_LTDC_ReloadEventCallback to fire. I have found the global interrupt enable for LTDC and ive turned it on. It just dosen't work at all, any ideas?
For audio ive used HAL_SAI_TxCpltCallback and HAL_SAI_TxHalfCpltCallback and they worked straight away!