cancel
Showing results for 
Search instead for 
Did you mean: 

USB to USB Protocol Converter - STM32F2

spencer2
Associate
Posted on January 17, 2014 at 03:21

I have an legacy uninterruptible power supply (UPS) that communicates to a host over USB.  The commands are proprietary.  The UPS is now obsolete and will be replaced with a new UPS. The new UPS still connects to the host over USB; however, it uses different commands. The design of the host is locked (can't touch it) so I am tasked to design a piece of hardware that sits between the host and the new UPS.  I am thinking STM32F2 since it supposedly can do both host and device USB at the same time.  Can anyone give me an idea of where to start on this project?  Any input would be appreciated. 

#nut #ups #stm32f #usb
2 REPLIES 2
chen
Associate II
sdim
Associate III
Posted on May 21, 2014 at 12:31

You can use any STM32 chip with two USB ports (USB FS and USB HS).

You can use the embedded FS phy of the HS, there is no need for a ULPI for this application.

Configure the one port as a device and the other port as host.  If you know the two devices protocols then you can develop a ''usb translator''.