stm32f779 hardware jpeg decoder no interrupts
Four months of trying to solve this on and off and still no closer to finding a solution.
The 'JPEG_DecodingUsingFs_DMA' example works great on the stm32f769i-disco board but porting it to custom hardware and I never get an interrupt of ANY kind from the jpeg block (HAL_JPEG_IRQHandler) or DMA (DMA2_Stream3_IRQHandler & DMA2_Stream4_IRQHandler).
Other peripherals (USART, DAC, ADC, QSPI) all generate DMA interrupts as expected but nothing from the JPEG hardware.
Does anyone know of any issues with the CubeMX initialisation of the jpeg hardware that the disco example does differently?
Any specific things to be done that are buried in the MSP file or have to be enabled in a header somewhere?
