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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
So far I've successfully run the hello world example that makes the LED blink. I'm trying to run example code for the USB APIs, like what is shown here:
https://os.mbed.com/docs/mbed-os/v5.12/apis/usbkeyboard.html#usbkeyboard-example
It compiles, and appear to load without any errors (no fail.txt). However, when I plug in the target MCU USB port (J5) (not the debug USB port), I never see a device show up. I'm using debian 9 and running lsusb to check for USB connections.
I assume I should see "Hello World" printed into a text window, as if I typed that on the keyboard, but I don't get that either.
Any ideas what I'm doing wrong?