Hardware video decoding problem.
Hi guys.
I've been trying to work hardware video decoding for a few days but it doesn't work. Latest situation is as follows:
I think I made all the settings correctly.
1- Enable JPEG.
2- Enable MDMA channel 6 and 7 for JPEG output fifo - input fifo.
3- Enable NVIC.
4- Add videotask in RTOS.
5- Enable hardware decode.
6- Select video decoding strategy ==> double buffer.
7- Add linker code in to STM32H7B3LIHXQ_FLASH.ld for Video_RGB_Buffer.
Thats all.
But video decoding only works in software direct to framebuffer mode and 480x272 resolution. It doesn't work hardware decoding.
Do you have any ideas for this?
