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.

csl_f28m35x_m3.lib when moved to separate memory location, causes reset on concerto

As long as the lib file is in .text region, the concerto works fine. When I move it anywhere else, the cm3 resets after downloading and trying to run. I am trying to move it because one or more of the functions (probably interrupt.obj or dcsm.obj) causes my ram driven flash erase program to hang up). I can't put it into ramfuncs as I would run out of ram. So, I am trying to move it to a location such that I would not have to erase this part of my code.

I can move my .text anywhere, but I cannot move the .lib file out of .text section of my concerto f28m35h52c1 chip or it will go into reset. Is there an explanation / workaround / solution to this problem.

Thanks for any and all responses.

Pat