Part Number: MSP430F5437A
Other Parts Discussed in Thread: MSP430F5437
Hello Team,
We have reviewed the bootloader documentation and related forum discussions.From the documentation and examples (including MSPBoot), our understanding is as follows:1. The MSP430F5437A does not support hardware flash bank swapping.
2. Therefore, the firmware update mechanism uses a "Download Area" in flash as a temporary buffer to store the incoming application image.
3. After the complete image is received and validated (CRC/integrity check), the bootloader copies the image from the "Download Area" to the "Application Area", which is used for execution.Based on this, it appears that the upgrade process relies on a "Download Area → Validation → Copy to Application Area" flow, rather than a "dual-application (App1/App2) swappable-bank approach".Could you please confirm if this understanding is correct for the MSP430F5437A architecture?Additionally, we would appreciate clarification on the following points:1. Is the Download Area buffering method the recommended approach for this device family?
2. Are there any TI reference implementations supporting a dual-application (2N) firmware update strategy for MSP430F5xx devices?
Best Regards,
Swanand