Hi every body,
I used some IMGLIB functions on C55x simulator to compress an image file (a matrice),I used DCT transform Quantized it,and everything was ok until I used jpeg_vlc encoder,after that it gave me an error : page boundray... and I fixed it by changing simulation options wrap around to off,but after that it freez and don't prints my printf functions,in CCS 3.3 it gave another error: " check the linker /map file for any part of program going into reserved area and correct the problem "
but I have double checked everything but linker sections and memory lengh are far more than what I need.any idea what should I do?