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.

MSP432E411Y: How to program MSP432E via ROM-Bootloader and USB-DFU

Part Number: MSP432E411Y

I try to program an erased MSP432E via ROM-Bootloader and USB-DFU.

I see the device in the device manager and I am able to connect via dfu-util-0.9-win64. I managed to create a .bin file with the CCS post build command

"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd470.exe" "${CG_TOOL_ROOT}/bin/hex470.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"

But there is obviously something wrong, because I get the following error message from dfu-util:

dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/

Invalid DFU suffix signature A valid DFU suffix will be required in a future dfu-util release!!!

Opening DFU capable USB device... ID 1cbe:00ff

Run-time device DFU version 0110 Claiming USB DFU Interface...

Setting Alternate Setting #0 ...

Determining device status: state = dfuIDLE, status = 0 dfuIDLE, continuing DFU mode device DFU version 0110

Device returned transfer size 1024

Could not read name, sscanf returned 0

Failed to parse memory layout

How can I program via USB?

**Attention** This is a public forum