Hi Team,
Is it possible to develop the application code of firmware update for MSP430FR2353?
Is there any procedure document and the sample code for it?
Thanks and Best regards,
Kuerbis
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.
Hi Team,
Is it possible to develop the application code of firmware update for MSP430FR2353?
Is there any procedure document and the sample code for it?
Thanks and Best regards,
Kuerbis
Hi Kuerbis,
I think you are looking for our BSL documentation:
Specifically, you will probably be interested in the FRBOOT document that explains how to create custom BSLs for FRAM devices:
http://www.ti.com/lit/an/slaa721c/slaa721c.pdf
Please take a look at these resources and let me know if you have any other questions.
Thanks,
Mitch
Hi Mitch,
Thank you for the information.
I have a question about the FRBOOT.
Examples are using UART or SPI to download the image when firmware field update.
Can we user I2C instead of UART or SPI if we implement the code for I2C?
Is there any limitation to use I2C for it?
Thanks and Best regards,
Kuerbis
Hi Kuerbis,
Yes, you can implement I2C for the custom bootloader. The example code will need to be changed so that it support I2C communication (like you mention above), but yes, this can be implemented There shouldn't be any limitations for implementing I2C.
I should also point out that the FR2353's standard BSL supports a hardware I2C BSL:
This BSL is hardcoded in ROM and cannot be altered, so if customization for the BSL is needed, creating a custom FRBOOT I2C implementation is what I suggest.
Thanks,
Mitch
Hi Mitch,
Thanks!!
We’ll try to implement I2C.
Thanks and Best regards,
Kuerbis
**Attention** This is a public forum