工具/软件:Code Composer Studio
您好!
我想在初始化后设置 USB 通信的缓冲区。
我该怎么做? 可使用哪个 USB CDC API 调用来实现此目的?
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.
工具/软件:Code Composer Studio
您好!
我想在初始化后设置 USB 通信的缓冲区。
我该怎么做? 可使用哪个 USB CDC API 调用来实现此目的?
您好、Charles、
感谢 Charles 的答复。
我已检查 usbserialdevice_EK_TM4C1294XL_TI 样片。 在这里、它仅在初始阶段进行设置。 即 、仅通过 USBDCDCInit()。
但是,我的要求是在 USBDCDCInit() API 调用之后设置新的缓冲区。
USBBufferInit 是否可以在初始化后多次调用来设置不同的缓冲区大小?