Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Hi Expert,,
My customer are testing usb_ex4_dev_bulk example from C2000ware, there is no issue for the demo, but they want to do some modification of the code to meet their requirement.
C:\ti\c2000\C2000Ware_4_01_00_00\driverlib\f2838x\examples\c28x\usb
1. Store first Byte of recevied data to tg_pui8USBRxBuffer[0] for teach time
as below picture showed, they want every time the received data is align from tg_pui8USBRxBuffer[0], how to modify the code?

2. How to call function EchoNewDataToHost outside of function RxHandler
in the example, EchoNewDataToHost was called in function RxHandler, they want to call EchoNewDataToHost function in other ISR,
but do not know how to do, because do not know how to set the pointer value of pvMsgData and psDevice.

pvMsgData and psDevice value come from pvCBData, pvMsgData of RxHandler as below showed
![]()
![]()
but how to know where to set value of pvCBData, pvMsgData of RxHandler function? I search the RxHandler in CCS and find no info.

