cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 OHCI driver

Henry Dang
Associate II
Posted on September 23, 2012 at 06:32

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,
1 REPLY 1
tsuneo
Senior
Posted on September 23, 2012 at 16:39

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