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: Regarding Flashing Hex file in MCU by Python script

Part Number: MSPM0G3507
Other Parts Discussed in Thread: UNIFLASH

Dear TI,

I have question regarding flashing the hex file in MSPM0G3507 MCU by python script, my question is whether any python library available to flash the hex file instead of flashing the code only by CCS because we are making application test setup by using  python script and where we have to do serval tested including flashing and bootloader flashing can you please tell me how can i make it possible.

Best regards,

  • Hi Karan,

    One open source tool for flashing embedded devices including MSPM0 is pyOCD. You could also use python to interface with Uniflash to flash an MSPM0 device. You'd need to develop this interface yourself, as we don't offer an example or any supporting documentation for this. But it is an option.