Page 1 of 1
USB interface
Posted: Tue Jun 28, 2022 4:36 pm
by RebootExpert
Is it possible to implement an USB interface by using MOD5441X? The module has some pins related to USB, but I don't see any example about usb.
Re: USB interface
Posted: Wed Jun 29, 2022 10:41 am
by RebootExpert
I've found the example locate at C:\nburn\examples\MOD5441X\UsbCcdSimple
Re: USB interface
Posted: Thu Jul 14, 2022 12:09 pm
by RebootExpert
Follow the comments/instructions in the example above, I use mod54415 and development board 70 version. Supply the power via external source, and connected J2-17 and J2-18 to Data - and Data + of a micro USB type b receptacle.
Using 2.9.3, I build and load the example into mod54415. Connect to a PC with a USB cable. But the function CDCOpen() block forever and lost ethernet connection with the module. What did I do wrong? Am I missing anything?