2014-01-13 09:10 AM
Hi,
I'm setting up my STM32F415VG as a USB Host using the USB Host Libraries provided by ST. I'm trying to base it around the firmware upgrade project so that I don't have to change too much. I need USART1, so I can't connect up the VBUS pin to my USB connector. As far as I understand, this shouldn't be a problem since I'm configuring my chip as a host, so I can just hook the volts pin on the connector up to a 5V supply. My question is, does anyone know what I need to change in the library in order to remove any dependencies on VBUS related code?2014-01-16 06:28 AM
Anyone know if this is possible?