cancel
Showing results for 
Search instead for 
Did you mean: 

When will be USB HOST fw(HS/FS) be availiable for STM32F2xx?

sealove518
Associate
Posted on May 11, 2011 at 09:59

When will be USB HOST fw(HS/FS) be availiable for STM32F2xx?

#stm32f2xx-usb-host
2 REPLIES 2
Posted on July 08, 2011 at 08:41

when ? when ?

js23
Associate III
Posted on July 11, 2011 at 10:50

Good question, would be nice to know. But until then, there is a solution:

The OTG FS controller in the F2XX is nearly identical to that in the the F105/F107. Therefore it is possible to use the USB Lib 3.3.0 with the F2XX. (#define STM32F10X_CL).

The only thing that will cause problems is, that NOVBUSSENS in GCCFG has to be set when VUSB is not connected to PA9 (which is the case on most Non-USB-Host boards).

My self written very basic USB host is now working, too. In Forced Host mode I did not discover any difference in the registers/bits between F105 and F205, only some different behaviour when halting a channel. (Maybe my fault). So I think it should be possible to use the ST USB Host lib, too.

But: This will not work with the OTG HS controller in the F2XX. The differences are much bigger here, one could try to adapt the code, but IMHO this will be a lot of work. So I think, here it will make much more sense to wait for the official solution from ST (at least if it can be expected in the next few months...)

Regards,

Johannes