Posted on May 17, 2011 at 13:46Still trying to get it to work. It looks like for a OTG device, you have to connect DM, DP, ID and VBUS directly. My concern is that I use VBUS to power the board. So, VBUS is connected to a 3.3V regulator used to powe...
Posted on May 17, 2011 at 13:46Thanks all for your replies; Currently the board connects D- and D+ directly, VBUS is used to power the whole board (also connected on VBUS pin on the STM32). What do you mean by using a resistor? Isnt the device/host ...
Posted on May 17, 2011 at 13:40Thanks clive. I have the following in my RCC_init: /* Enable ETHERNET clock */ RCC_AHBPeriphClockCmd(RCC_AHBPeriph_ETH_MAC | RCC_AHBPeriph_ETH_MAC_Tx | RCC_AHBPeriph_ETH_MAC_Rx, ENABLE); /* Enable GPIOs cl...
Posted on May 17, 2011 at 13:40Hello, I have re-checked the source files from ST, the SoftwareReset() immediatly follows deInit() in every example. This is why I dont get it, code is mainly copypasted from ST samples/doc and I cannot imagine a hardw...