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.

MSPM0L1304: Mass/Factort erase with password using Uniflash

Part Number: MSPM0L1304
Other Parts Discussed in Thread: SYSCONFIG, UNIFLASH

I configured the microcontroller NONMAIN to use password for SWD, Mass Erase and Factory Reset, using SysConfig. Each password is different from the others.

Only BCR is available, BSL is not enabled.

I configured ccxml file using CCS, but there I can configure only SWD access password, not for Mass Erase nor Factory Reset. When I start Uniflash session using ccxml file and start a Factory Reset with password, auto mode, I see Uniflash sends SWD password, but doesn't prompt for the Factory Reset password, nor I did found a way to set it up.

How can I configure Uniflash to send password for Mass Erase and Factory Reset?

  • Hi Nardi,

    I configured ccxml file using CCS, but there I can configure only SWD access password, not for Mass Erase nor Factory Reset.

    The password set in ccxml file will be sent if a DSSM command with password required.

    So, if you use the same password, you can just call the other commands with the samle ccxml file.

    If you use different passwords, you should configure the SWD password inside ccxml file, and then maintain the seperate ccxml file for SWD, factory reset, and mass erase operations.

    B.R.

    Sal

  • Using ccxml file for SWD I expected to be able to load new firmware on the microcontroller or to read the memory, but it doesn't work. Is it working as expected?