cancel
Showing results for 
Search instead for 
Did you mean: 

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

DChan.31
Associate

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.

2 REPLIES 2
sirius506
Associate III

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.

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