I'm working with Nucleo F767zit Board, Where two same board need to communicate Through USB_otg_fs.
Hi Everyone.
As mentioned in the subject I have 2 Nucleo F767zit. where i configured one board as Host(CDC) and another as Device(CDC). I referred MOOC USB training(https://www.youtube.com/playlist?list=PLnMKNibPkDnFFRBVD206EfnnHhQZI4Hxa), configured Host by (11.1 VCP Host lab) video and Device by (9.1 and 9.2 VCP)video. Host is sending data which is successfully received by Device(OUT direction communication is working), but when Device sends the Data unable to receive that data on the HOST(IN direction communication is not working). I'm unable debug this. Also tried from (https://controllerstech.com/usb-cdc-device-and-host-in-stm32/) this website still the same problem, Data is not Received by Host , Idk what is the reason can anybody help me out with this.
thanks

