Skip to main content
Visitor II
September 28, 2020
Question

How many endpoint would STM32F439 support?

  • September 28, 2020
  • 4 replies
  • 1150 views

Hello everyone

In datasheet, i only read following message

USB OTG HS

  • 6 bidirectional endpoints
  • 12 host channels with periodic OUT support

Does it mean that STM32F439 would support 12 OUT endpoints and 6 IN endpoints or?

    This topic has been closed for replies.

    4 replies

    Super User
    September 28, 2020

    Host channels are for Host mode.

    For Device mode, you have the inherently bidirectional EP0, and then 5 IN and 5 OUT endpoints.

    JW

    KTuz.1Author
    Visitor II
    September 28, 2020

    Where could i get this information that stm32f439 usb device contain 5 in 5 out ?

    I couldnt find this information from stm32f439 datasheet, is there any link to read ?

    KTuz.1Author
    Visitor II
    September 28, 2020

    Where could i get this information that stm32f439 usb device contain 5 in 5 out ?

    I couldnt find this information from stm32f439 datasheet, is there any link to read ?

    Super User
    September 29, 2020

    See Peripheral-mode features subchapter of OTG-HS chapter in RM0090.

    JW