cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F217 USB HS question!?

bikinlin1
Associate
Posted on September 14, 2013 at 10:53

I use STM32F217 USB-HS Demo to STM3221G-EVA board(STM32F217IG 176pin) and it works well,

now I have a project to implement preceding function but I only have STM32F217VG(100 pin) without PH4(ULPI_NXT) and PI11(ULPI_DIR).

May I change PH4 to other GPIO and how to alter codes or other method to solve it?

Many thanks.
1 REPLY 1
Posted on September 14, 2013 at 23:45

You could observe the alternative pins PC3 and PC2 in the

http://www.keil.com/dd/docs/datashts/st/stm32f2xx/cd00263874.pdf

Modify the code that enables/configures the GPIO pins and clocks.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..