10110111 / usb2ps2conv

Firmware for a converter from USB keyboard to PS/2 computer
56 stars 3 forks source link

Could it work on dicovery F3? #1

Closed VioletGiraffe closed 3 years ago

VioletGiraffe commented 3 years ago

Hello, and first of all - thanks for this great and very useful project! I have a Discovery F3 board, can the project be [easily] retargeted to it?

10110111 commented 3 years ago

Sorry, but from the manual it seems the chip that's used there, STM32F303VC, doesn't support USB Host mode. Only USB Device mode is supported, i.e. the chip could e.g. act as a keyboard, but not talk to another keyboard.

VioletGiraffe commented 3 years ago

Thank you! And sorry for not checking that myself, for some reason I was 100% sure F3 also supports USB host mode.