Does MAX3421 need USB drivers?

88 Views Asked by At

I am using a NRF52840 and I want to configure it as USB host. For this I am using MAX3421 IC. Now I have implemented the code and it gives me timeout error. For MAX3421 to work does it need some USB class driver initialization??

Currently I haven't included any USB drivers. I am communicating with the peripheral USB device using SPI protocol only. I am able to detect the Peripheral USB but not able to enumerate it. It gives me timeout error. What am I missing here? Do I also need a USB stack?

0

There are 0 best solutions below