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.

ccs创建工程时 端口怎么选



MSP 430F 5529 Launchpad,用code composer studio 时创建工程时,端口选哪个?我计算机端口显示——msp application  UART1(COM4)                                        和msp debug interface(com3),不好意思,我是新手而软件选择为usb1,usb2,usb3

  • 楼主,

      首先在CCS里面,你的编译器直接选择USB1的那个,另外关于COM的问题,那是我们板子上面有一个USB转232 的芯片,显示出来的虚拟串口是对应单片机上面的串口的,这个会在测试UART通信的时候用到。

    谢谢