Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 3 months ago.
USB device doesn't appear to work
I have some code where I create a USBKeyboard device and the device configuration cannot be read by either windows of linux. Do the mbed USB libraries work for this device.
Question relating to:
2 Answers
8 years, 3 months ago.
Hi Marian,
Natively, no there isn't support for this on this platform. The LPC1768 is catered towards these libraries.
But do have a look here and see if you can use this library instead:
https://developer.mbed.org/users/va009039/code/F401RE-USBHost/
Regards,
Andrea, team mbed
8 years, 3 months ago.
https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/interfaces/USBDevice/USBKeyboard/
https://developer.mbed.org/handbook/USBDevice
https://developer.mbed.org/handbook/USBKeyboard
Perhaps consider to test one of the confirmed platforms for your USB Device project ?