Tool/software:
Is there any software sample code for an embedded linux host to update MSPM0L1106 Firmware by i2c and uart?
Like MSP430 have example code
https://www.ti.com/tool/download/I2C_BSL_LINUX_TOOLS/1.00.00.00
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.
Tool/software:
Is there any software sample code for an embedded linux host to update MSPM0L1106 Firmware by i2c and uart?
Like MSP430 have example code
https://www.ti.com/tool/download/I2C_BSL_LINUX_TOOLS/1.00.00.00
Currently, we don't have that but it is under plan.
Another question on txt to header file convertion.
Why the txt to file need to convert to two app size?
Can't find any document relate to descript the purpose of this implemenation .
16 bytes is for the interrupt vector.
The Boot code will judge the device is empty when the stack pointer and reset vector is 0xFFFF.
To avoid the condiction that the flash programming is stopped accidently, we let the interrupt vector to be programmed at the latest time.