5 years ago.

[PROBLEM] Is there a compatible USBHost lybrary for MBED OS 5 ?

Hi guys,

I try to use actual USBHost lybrary on a LPC 1768 with mbedOS 5 but it doesn't work. My objective is to be able to read the input of a USB barcode scanner.

Does anyone have an idea or a lead?

Thanks

1 Answer

5 years ago.

There is a USB library inside main mbed-os repo. Both Host and Device. LPC17 is listed as a target. I have used this library (at least an older version) for USBSerial Device on an STM32 micro and it works okay. It's marked as unsupported but might be the closest you will get:

https://github.com/ARMmbed/mbed-os/tree/master/features/unsupported

Accepted Answer