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.

Compiler/MSP430FR2311: MSP430FR2311

Part Number: MSP430FR2311

Tool/software: TI C/C++ Compiler

what is copy_decompress_lzss.obj  used for? If I am not using the boot-loader can I tell the compiler /linker to  not include that library in my build?

Thanks

The map file indicates that this is  0x78 bytes in length.. I d like to have that code for application.. : copy_decompress_lzss.obj (.text:decompress:lzss:__TI_decompress_lzss)

  • steve sageiran said:
    what is copy_decompress_lzss.obj  used for?

    Decompressing the .cinit section into whatever memory range the .data section is allocated to.  To disable this compression, add (or change) the option --cinit_compression=off.  This could cause your overall memory usage to increase.

    Thanks and regards,

    -George

**Attention** This is a public forum