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.

关于MSP430中usb模块的几种模式的请教

Other Parts Discussed in Thread: MSP430F5529

1、本人使用的是MSP430F5529,用的是第三方评估板。在设计中要使用430的USB模块,通过USB口从430向PC传送大量的数据。并且通过pC端编写MFC界面来对数据如何读取进行一系列设置。即一个双向的通讯过程

2、430所用的调试环境为IAR,电脑为XP SP2操作系统

3、正在设计的初级阶段

我想问的问题是所谓的usb的msc模式是不是只是通过usb口来对于大量数据的存取的,例如对片外flash/sd卡等。而我要完成自己的目的是不是应该用CDC模式