DSC: F28335 (control card)
IDE: CCS 4.1.1.00014 or CCS 3.3
Hello,
I have to import some legacy code from a F2407 processor. The CCS project file which contains the code is compiled with the option -m20 (C2XLP source compatibility).
I get the warning:
"linking files with different page sizes, blocking may be incorrect"
1. Is there anything I could do to avoid this warning?
2. What to do to avoid the warning potential unpleasant consequences? An assembler directive of type .align 2 before the C24x code is enough ?. What are the risks (for the pipeline, code execution, etc.) of executing legacy code?
Regards,
Cristian