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 difference between of msp430f6776 , msp430f67761

Other Parts Discussed in Thread: MSP430F6779, MSP430F67791, MSP430F6779A

Some MCU ' s on same family, has suffix for example "1" or "A".I wonder what is it means.For example:

msp430f6779

msp430f67791

msp430f6779A

What is the difference of these???

thanks..

  • Hi,

    a quick answer for this would be:

    MSP430F6779A = MSP430F6779 with AUXPMM1 bug fix

    MSP430F67791 = MSP430F6779 - AES module.

  • Hi, 

    Thanks for helping me. Is there any document that I can read about this name code of msp430s ?

  • Hi,

    you can try to refer to the MSP430 product brochure:

    http://www.ti.com/lit/slab034

  • Usually, silicon errata are fixed with a new silicon revision. This is done in most cases, where any implemented workaround won’t break by the fix (obsolete, but still working as expected).

    But in some cases, changes are not backwards compatible. In this case, an A version is released, where components and pinout are the same, but the components require some code changes (like the REF module in the 5438A, which was not there in the 5438 and required a code change to make the ADC work again, or the lower default core voltage, that requires a code action to allow >8MHz, while the 5438 did allow 18MHz from scratch)

    In other cases, components are enhanced or added, while otherwise being fully backwards compatible. In this case, usually a ‘1’ version is released. In both cases, the new versions are better, but often more expensive than the original, so the original one is still sold but not recommended for new design (NRND status).

    However, there are always exceptions to this (empirically distilled) rule.

**Attention** This is a public forum