JPEG Codec Decoding Stock!
Hi all,
I`m trying to decode jpg with JPEG Codec, and I reference the sample code from CubMX Official code { JPEG_DecodingUsingFs_DMA }, then inserted to my code.
And now it stocks in this function:
do
{
JpegProcessing_End = JPEG_OutputHandler(&JPEG_Handle);
}while(JpegProcessing_End == 0);I have checked the SDRAM & HAL_JPEG_MSP setting, and nothing wrong .
By the way, it`s a little similar from :https://community.st.com/s/question/0D50X0000BBqYgrSQF/jpeg-codec-decoding-does-not-endcomplete
, but I use this { JPEG_DecodingUsingFs_DMA } project with SDMMC.
Can anyone help with this?
Thanks!