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.

Code size limit in MSP430 free version

Is the 16k code size limit based on user code or the total listed in FLASH in the .map file?  I recall going over that limit without a problem.

Tom

  • Hi Tom,

    it is the object code size that counts, so I believe that would include both.  There are some TI examples where a special exception was made to allow users to run the examples in the code size limited version.

    Best Regards,

    Lisa

  • Ok, I just updated the MSP430 compiler version to:

    MSP430 Compiler Tools    4.4.4    com.ti.cgt.msp430.4.4.win32.feature.group    Texas Instruments

    So now I go try and compile the TI-RTOS webinar lab 4 and I get:

    >> Compilation failure
    error #10269: output file "blink_target_BIOS.out" exceeds code size limit
    error #10010: errors encountered during linking; "blink_target_BIOS.out" not built
    gmake: *** [blink_target_BIOS.out] Error 1
    gmake: Target `all' not remade because of errors.

    What do I need to do to get this thing webinar lab to compile ?

    Randy