Search found 3 matches

by esologic
Mon Jan 13, 2020 1:02 pm
Forum: Other Boards
Topic: STM32 [NUCLEO_F411RE] - Missing pyb.usb_mode function
Replies: 4
Views: 2453

Re: STM32 [NUCLEO_F411RE] - Missing pyb.usb_mode function

Amazing! Thank you so much. I'll report back w/how surgery goes :D .
by esologic
Mon Jan 13, 2020 4:34 am
Forum: Other Boards
Topic: STM32 [NUCLEO_F411RE] - Missing pyb.usb_mode function
Replies: 4
Views: 2453

Re: STM32 [NUCLEO_F411RE] - Missing pyb.usb_mode function

Ah bummer. Makes sense, that's what googling for a few hours kind of got me thinking. by default. If I were to add a usb connector for this, do you know what I would have to change in compilation to enable usb support? Hardware-wise, would I need level shifters or pullup/down resistors anywhere? Or ...
by esologic
Mon Jan 13, 2020 3:41 am
Forum: Other Boards
Topic: STM32 [NUCLEO_F411RE] - Missing pyb.usb_mode function
Replies: 4
Views: 2453

STM32 [NUCLEO_F411RE] - Missing pyb.usb_mode function

Hi everyone! Spent the day getting MicroPython running on my NUCLEO_F411RE dev board. Everything has gone smooth so far, and I can access the repl no problem. I would like to enable USB MSC to drag and drop libraries and programs onto the device. Reading the docs, I think I should use the: pyb.usb_m...