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.

What is silicon errata in CCS settings

Other Parts Discussed in Thread: MSP430F2410

 

What is silicon errata in CCS settings (Properties->CCS Build->MSP430compiler->Advanced options->Run Time model options)

I can see below..

Workaround specified silicon errata (--silicon_errata)[CPU15]

Workaround specified silicon errata (--silicon_errata)[CPU18]

Workaround specified silicon errata (--silicon_errata)[CPU21]

Workaround specified silicon errata (--silicon_errata)[CPU22]

Workaround specified silicon errata (--silicon_errata)[CPU23]

Workaround specified silicon errata (--silicon_errata)[CPU40]

I am using msp430f2410. When i select all these options i can get bit lesser code size..

I want to know what is this exactly and whether i can select all for my MCU ro reduce some memory?

 

  • When you configure a new MSP430 project in CCS, you indicate exactly which MSP430 device you use.  This choice, in turn, causes CCS to set a number of compiler build options.  Among these options is the --silicon_errata switch.  It is best to use these options as is, with no changes.

    If you want to know more about these specific silicon errata, start on this page.

    Thanks and regards,

    -George