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.

5504 and legacy C55x object library

I have a legacy object library which has been compiled for generic C55x, no processor specific instructions. I do not have source, I cannot recompile it.

I will be using the 5504

My understanding is that I'm ok with the object library, so long as I compile for both CPU version 2 and 3. A consequence of this is that with large model, objects will not be able to cross page boundaries, even though the 5504 is a version 3 CPU.

Is that all correct?