Part Number: LP-*****>
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.
BSL Documents
MSPM0 Bootloader User's Guide
https://www.ti.com/lit/pdf/slau887
MSPM0 Bootloader (BSL) Implementation
https://www.ti.com/lit/pdf/slaae88
BSL software from MSPM0-SDK
C:\ti\mspm0_sdk_2_05_00_05\tools\bsl
BSL demo code from MSPM0-SDK
C:\ti\mspm0_sdk_2_05_00_05\examples\nortos\LP_MSPM0G3507\bsl
I need to load the application image through UART while the bootloader is running.
In the SDK, there is a folder named boot_manager
where the image is directly loaded into memory.
Instead of directly loading the image to memory, I want to send the application image over UART.
But the method I show you is the bootloader, not the boot_manager demo.
You need a bootloader managed by yourself and based on boot_manager, program flash by yourself and UART?
You can try migrate the secondary BSL to boot_manager demo, you can find related secondary BSL information from MSPM0-SDK and document.
Please refer to UART demo/Flash demo in MSPM0-SDK.
And there are uart and Flash function in secondary BSL demo.
C:\ti\mspm0_sdk_2_05_00_05\examples\nortos\LP_MSPM0G3507\bsl
You can try migrate the secondary BSL to boot_manager demo, you can find related secondary BSL information from MSPM0-SDK and document.