2012-09-22 09:32 PM
Hi,
I'm looking for STM32 OHCI driver. The STM32 USB library is good, but it is not a standard of coding stype, so difficult to expand more applications.I'd like ohci-stm32.c will appear in the Linux kernel driver like NXP (ohci-lpc178x.c).Regards,2012-09-23 07:39 AM
You'd better expect stm32-hcd.c (Host Controller Driver), rather than ohci-stm32.c
OHCI is hardware interface spec of USB host controller. The hardware interface (registers) of STM32F OTG_FS/HS is ST's original. Tsuneo