STM32F4 Discovery USB HID module #7316
Replies: 1 comment
-
Posted at 2019-05-03 by @gfwilliams I'm afraid I don't think they're built in by default because of the pain of supporting them. You could either use an official board like the Espruino Pico or WiFi, or could possibly try and build it in yourself? Posted at 2019-05-06 by donic The Pico microcontroller is an stm32f4 too, the module should be almost the same, don't you think? Posted at 2019-05-13 by @gfwilliams Shouldn't be too hard... Check out https://github.com/espruino/Espruino/blob/master/README_Building.md And compare https://github.com/espruino/Espruino/blob/master/boards/STM32F4DISCOVERY.py and https://github.com/espruino/Espruino/blob/master/boards/PICO_R1_3.py - shouldn't be too hard to add |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-05-03 by donic
Hi,
Is possible to use the USB and USB HID modules with the STM32F4 Discovery?
When I try to use the module I get the following error:

Code:
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions