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.

MSP430F5342: CCS BSL source code for the MSP430F5342

Part Number: MSP430F5342
Other Parts Discussed in Thread: MSPBSL

Hello,

I am trying to develop a custom BSL for the MSP430F5342. I downloaded the MSPBSL_CustomBSL430  1_01_00_01 Software package from

http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPBSL_CustomBSL430/latest/index_FDS.html

but the CCS_BSL_Source folder does not contain code for the MSP534X family of devices. Where can I find CCS Source code that will work with my MSP430F5342? Can I use one of the other families' source codes or do I need something different? 

Thank you,

svl123

  • Hello svl123,

    The BSL source provided for MSP430F543xA is going to be the closest source for your chosen part. You could also use the MSP430F552x non-SB BSL source. You could also view the MSP430F522x_I2C source for example of how to integrate I2C, just keep in mind that this part has the DVIO domain to deal with that your chosen part does not.

    All in all, all of the MSP430F5xx family source codes could be used as most devices share common core clock and power structures. Some porting is always needed for the exact pins/modules being used for the BSL.
  • Ok I will try using the MSP430F543xA code. Thank you.

**Attention** This is a public forum