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.

TMS320F2800157-Q1: use SCI to develop bootloader, report an error "ERROR: No COM port number was specified. Please use -p to provide one."

Part Number: TMS320F2800157-Q1

Tool/software:

I used  board  that  named LAUNCHXL_F2800157.

I use the example document to  develop SCI  bootloader,  the document link is : https://www.ti.com/cn/lit/an/zhcadf7/zhcadf7.pdf?ts=1703656598711

The first three steps were completed successfully.

When I started the upgrade action from the command line,  

" serial_flash_programmer_appln.exe -d f280015x -a SCI_2800157_SCI_GPIO_Toggle_App.txt -b 9600 -p COM37 "

I got an error message like the following :

" ERROR: No COM port number was specified. Please use -p to provide one.
  getting comm state
  building comm DCB
  adjusting port settings  "

I think  it may because of the document describe error, I already try the another COM , but the error is the same one.