This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

" Page boundary crossing detected " ERROR fixed but still doesn't work

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?

  • Hello,

    Please clarify the following:

    Reza Allahyarzadeh said:
    ,after that it gave me an error : page boundray... and I fixed it by changing simulation options  wrap around to off

    What exactly did you do here? I am not familiar with what you detailed in your description

    Reza Allahyarzadeh said:
    but after that it freez and don't prints my printf functions

    So it built ok and runs, but no C I/O output?

    Reza Allahyarzadeh said:
    ,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 "

    Is this a build error? And this error came from 3.3. So what version were you using in the first two cases?

  • thanks for your attention Ki-Soo,

    I was first using CCS 3.1 on a XP SP1 PC wich is good with my emulator, and then used another XP SP3 PC with CCS 3.3 to check the error :)

    page boundary detection is one of the c55x simulator options that you can turn it on or off,which in my case it didn't let me continue testing my simulation so I turned it off,but exactly after VLC function I have a printf function for test, which if everything goes ok it should print sth,but it doesn't,and processor remains at its running mode for hours but don't print my test point. befor the jpeg vlc function  for every step I have test points  which they are all ok!but after that noch!

    I used exact project in CCS 3.3  which gave me the error I mentioned.

    Today I even used my emulator but again it didn't gave an error but it didn't print my test point either,it just stays in run mode.