Other Parts Discussed in Thread: MSP430FR2433, UNIFLASH
Tool/software:
Hi,
I am trying to revise a project that has not been touched for a few years, and noticed a warning/error after compilation with TI v21.6.1 LTS in CCS12.8.1:
warning #10229-D: output section ".data" refers to load symbol "$C$SL1" and hence cannot be compressed; compression "lzss" is ignored
If I try to check the memory allocation, I see the following, that indicates compilation has failed.
If I try to compile with TI v16.9.11 LTS, I get the same warning messing, but the compiled binary file can be loaded into MCU and run.
I recently worked on a very similar project that uses MSP430FR2433, didn't run into such issues. I also read several related posts on the forum but unfortunately I still don't have a clue how to use TI v21.6.1 LTS to successfully compile the project.
Update: it seems only CCS v7.x can reliably compile a running image with the code base. In newer CCS like v12.8, if I ever try to change compiler version to a newer version then switch back to v16.9.11, compilation will fail.
Thanks,
ZL