Other Parts Discussed in Thread: C2000WARE
Dear TI officers,
I am working on the communication between PC and the TMS320F28379D Delfino board. I tried the USB program example ( usb_dev_serial) in C2000 Ware, the program is working beautifully. However, when I tried debugging, I can see that the variable ui32Event is changed when there is data coming to the USB port ( when I send data from PC by typing to terminal), however, the main thing is that the functions RxHandler, or TxHandler are never called inside the main loop, as well as in any other ISR. Still, it is running, in the background I assume. May I ask you how and from where these functions are called, as I don't see any line of code calling these functions, but they are still, by somehow, running in the background and change some flag variables.
Thanks and best regards,
An.