H7A3ZI-Q JPEG decoding
hi
I'm going to store JPEG data in an array and then decode it
I'm using H7A3ZI-Q for the board
uint16_t outdatabuffer [65535] ={0};
JPEG_Decode_DMA(&JPEG_Handle,(uint32_t)frameBuffer,bufferPointer , outdatabuffer);
I used this code, but only 0 was saved in outdatabuffer
Please let me know if there is any additional part or example code that needs to be set to decode the JPEG image data.
Thank you.
