Part Number: TMS320F28379D
Hello everyone,
I'm working on a project involving USB communication between 2 F2837xD control CARDs. I'm really new to this topic and I really need some help on developing the system and some examples on how to implement a USB communication system. My idea about the system is as follow: 1 control CARD acts as USB Host, which continuously sends predefined data, including a string and some variables ( for eg: x = 5, y = 20). The other control CARD acts as USB Device, waiting for Host's signal and receiving data from USB Host. The USB Device then modify the string ( for eg: reverse the word), and do some operation on the variables ( for eg: x+ y) and send back to USB Host.
The purpose of this application is simply to verify that there is a communication between 2 boards. I have been going through the C2000 Ware examples, particularly the "sub_dev_serial" example. However, I can't really get the idea of how to modify this program to make it suit my application ?
Could you please point out some ways to help me on this ?
Thank you very much in advance,
An.