Other Parts Discussed in Thread: C2000WARE
Hi Champion,
My customer want to use F28377S USB lib, but its size to o large, so FLASH size maybe not enough. So is it avaliable to optimizate it and cut some function not use?
Now we just use below function:
USBBufferDataAvailable((tUSBBuffer *)&g_sRxBuffer);
USBBufferSpaceAvailable((tUSBBuffer *)&g_sRxBuffer);
USBBufferRead((tUSBBuffer *)&g_sRxBuffer, ppBuf, Length);
USBBufferWrite((tUSBBuffer *)&g_sTxBuffer, pui8Data, ui32Length);
We just want to use it as device and PC know its COM number, communicate with it.
Thanks!
BR
Joe