Skip to main content
Henry Dang
Associate II
September 23, 2012
Question

STM32 OHCI driver

  • September 23, 2012
  • 1 reply
  • 644 views
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,
    This topic has been closed for replies.

    1 reply

    tsuneo
    Associate II
    September 23, 2012
    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