Hi,
I downloaded JPEG decoder from below link
(C64XPlus Video Codecs Download). http://software-dl.ti.com/dsps/dsps_public_sw/codecs/C64XPlus_Video/index_FDS.html
I compile the sample code then run it on ccs, it can work ..
I join the JPEG decoder into my application, and I enable the interrupt. if JPEG is decoding, It will cause system crush when interrupt occur.
So, I disable interrupt across JPEG decoding, then it can work.
Is the JPEG decoder un-interrtptible?
Thanks,