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.

MSPM0G3507: Change Secondary BSL start address

Part Number: MSPM0G3507
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

 Hello

Now, I try to use secondary BSL, and I'd like to change start address.

There is example about change start address.

When I read MSPM0 Bootloader (BSL) Implementation (Rev. C) documents, start address in CMD file moves from 0x00001040 to 0x00004040

But Alternate BSL address in sysconfig moves to 0x4041

What is different between CMD(0x00001040) and sysconfig(0x4041)?

Is 0x4041 word address? -> 0x00001040 byte address?

Thank you