Part Number: MSPM0G3507-Q1
Hello,
Does the below config in CCS work to flash the MCU on LanuchPad through UART?

I It seems the communication is fine and I got either of below two errors:
-
CORTEX_M0P: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x7ff0: Read timed out
CORTEX_M0P: File Loader: Verification failed: Target failed to write 0x00000000
CORTEX_M0P: GEL: File: C:\work\project\ccs1281\prj_mspm0\Debug\prj_mspm0.out: Load failed.
-
CORTEX_M0P: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x7ff0: Received malformed response packet (expected 0xbf, received 0x2e)
CORTEX_M0P: File Loader: Verification failed: Target failed to write 0x00000000
CORTEX_M0P: GEL: File: C:\work\project\ccs1281\prj_mspm0\Debug\prj_mspm0.out: Load failed.
I am wondering what these errors could mean.
I am able to use 2480.BSL_GUI_EXE to flash .txt file to MCU successfully. But I still prefer to use CCS if possible.
Thanks!
Crane