Other Parts Discussed in Thread: UNIFLASH, CC2650
Hello, I need documentation for implementing factory reset (SWD) via command line (WINDOWS) on MSPM0L microcontrollers.
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.
Hello, I need documentation for implementing factory reset (SWD) via command line (WINDOWS) on MSPM0L microcontrollers.
Hi Dennis
Even through Uniflash, I have no option to do a factory reset on the specific item MSPM0. For other computers the option to clear flash appears, but on MSPM0 it does not...
Hi Tiago,
Ok, let me make sure I understand. You are building and/or programming the MSPM0 using command line tools, not CCS, for example, correct?
Can you tell me what tools you are using and how you plan to use the factory reset. The reason I ask you is this can help our SW team come up with a solution or suggestion.
Hi Dennis, thanks for your concern!
In our factory we use automatic machines to record (write) microcontrollers... the system is not prepared to use a graphical interface (CCS, ..), only a command line.
I need to record the .out file via the command line, and I also need to have the option to mass erase the memory (factory reset) for a second recording if necessary, since the projects have protection against hex reading.
Hi Tiago,
I will check with our SW team again to see if there is some way to get this to work for you.
Hi Tiago,
Apparently there is no option to support what you need with the available set of SW tools. What are you using to programming device, XDS110?
I'm looking through this document to see if it is possible to create a custom configuration file that could be run on CLI
We currently use uniflash CLI for recording and erasing CC2650 microcontrollers and others in the same family.
Hi Tiago,
I have not forgotten about you ;) I've been asking around to see if our other groups do something like what you are looking for and have come up empty.
Are you versed in JS (java script) and .bat (batch files)?
I created this new related question...
e2e.ti.com/.../mspm0l1105-factory-reset-auto-uniflash-or-cli-dslite
Hi Tiago,
Ok, I'll check the other posting.
I consult with our SW team and they say although they don't have a solution, you may be able to customize one of the scripts that is created when you generate the CLI package.
They say you need Uniflash 8.6 or higher, then navigate to -> C:\ti\uniflash_8.6.0\docs\quick_start_guide and launch the quickstart guide. In there you will find a section on CLI and Scripting. Also, there is some scripting documentation in -> C:\ti\uniflash_8.6.0\deskdb\content\TICloudAgent\win\scripting\docs. Unfortunately, they don't have time to look into the specifics on how to do this, so I will try myself to get something working.