Skip to main content
Barry Richards
Associate III
December 4, 2018
Question

USB FS speed vs USB HS with internal FS Phy with DMA

  • December 4, 2018
  • 2 replies
  • 2335 views

I have a custom board using a STM32F446RET6 with a SDCard. It is configured

be a mass storage device and use USB_OTG_FS. 

I read another post where someone mentioned the STM32F4 can use USB HS but use

the Internal FS Phy. The advantage to doing this is the USB_OTG_HS can use

DMA.

I can get around 700Kbs to 800Kbs transfer speeds using USB_OTG_FS but would

like to know if changing the configuration to use USB_OTG_HS but with the

Internal FS Phy and DMA gives any noticeable speed increases.

Thanks for any information.

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    December 4, 2018

    >>I can get around 700Kbs to 800Kbs transfer speeds using USB_OTG_FS but would like to know if changing the configuration to use USB_OTG_HS but with the Internal FS Phy and DMA gives any noticeable speed increases.

    No, I think that's about the ceiling on 12Mbps

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Barry Richards
    Associate III
    December 4, 2018

    Ok, I won't bother making changes to test it.

    Thank you Clive.