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.

MSPM0C1104: Firmware download on a blank chip.

Part Number: MSPM0C1104
Other Parts Discussed in Thread: UNIFLASH,

Tool/software:

Hi Team,

I want to know what are the software and hardware needed to download the firmware into a blank chip?

And the signals / pins required are SWDIO and SWCLK, aren't they?

  • Hi Alan,

    You can use TI's UniFlash tool to burn the firmware, here is the link you can download it.  UniFlash Tool

    In addition, the following link provides usage guidelines. UniFlash Guide for MSPM0

    UniFlash can connect device via SWD interface, therefore, SWDIO and SWCLK are needed.

    Best Regards,

    Peter

  • Hi Peter,

    Thank you very much on your reply and info.

    May I asked you what will be the dongle / programmer used between the connection between PC and the blank chip through the SWDIO and SWCLK?

    Regards,

    AlanC.

  • Hi Alan,

    Does it mean you don't have any hardware circuit boards but only has chip at the moment?

    If you want to complete the firmware burning, you mainly need to prepare 3 things: Socket, Debugger and Software.

    - The socket means that you need to prepare a hardware board to put the chip on, which needs to ensure basic minimum system to start MCU and lead out SWDIO, SWCLK and other related pins(if you choose SWD to download).

        Of course, if you just want to test the chip, it is recommended that you apply for the MSPM0C1104 development kit, It allows you to conveniently burn the firmware and do testing. The link is as follows. MSPM0C1104 Launchpad development kit

    - The debugger can be XDS110, JLINK, etc.

    - The software can be CCS / IAR / KEIL or UniFlash(mentioned before). 

     

    Best Regards,

    Peter