Skip to main content
Visitor II
June 9, 2020
Question

Use USB3320 as HS ext. phy. for STM32H753. Need boost drive strength

  • June 9, 2020
  • 1 reply
  • 1452 views

I'm use USB3320 with STM32H753.

And I want to control USB3320 with ULPI operation to boost drive strength.

0693W000001qHr0QAE.png

Is there any method? I can't found solution both in HAL API and register.

Thanks.

    This topic has been closed for replies.

    1 reply

    Explorer
    June 11, 2020

    I know that there is a STM32F769I-DISCO example code that controls hidden secret register to access USB PHY through ULPI.

    https://github.com/STMicroelectronics/STM32CubeF7/blob/master/Projects/STM32F769I-Discovery/Examples/PWR/PWR_CurrentConsumption/Src/stm32f7xx_lp_modes.c

    I can't find similar example for H7, but it would worth to try.

    Good luck.

    DChan.31Author
    Visitor II
    June 11, 2020

    Thanks a lot! You provide me a possible method to try.

    Explorer II
    September 13, 2024

    Hey @DChan.31 ,

    I know it is a long time from this post but did you manage to successfully interface the USB3320 with the H753? I'm struggling with this a lot now. Would you mind sharing pieces of your hardware & software solution?

    Thanks in advance!