mcauser / WEACT_F411CEU6

MicroPython board definition for the WeAct STM32F411CEU6 board
125 stars 34 forks source link

USB HID does not work #8

Open womei opened 3 years ago

womei commented 3 years ago

When trying to send USB HID commands, the controller reboots.

See This live stream for real time example

womei commented 3 years ago

Some more information now that I am not live streaming. First off thanks so much for making this branch, I love micropython and it's super cool to be able to throw it on an inexpensive microcontroller board.

Now, for more details on the issue. I am using a board (with no extra ram) running a 1.12 version of micropython compiled using this board definition.

Trying to use HID via either the official micropython tutorial or this tutorial causes the controller to crash when the hid.send() function is called.

any and all help would be very much appreciated. (and again, thanks for your work, the number of cool things you bring to micropython is mind boggling).

mcauser commented 3 years ago

Perhaps take a look at the board def provided by the manufacturer of this board: https://github.com/WeActTC/WeAct_F411CE-MicroPython