Search found 2 matches

by LuSP
Tue Mar 24, 2020 7:02 pm
Forum: Other Boards
Topic: [Nucleo-F411RE] Assign REPL on UART6
Replies: 5
Views: 2836

Re: [Nucleo-F411RE] Assign REPL on UART6

It seems that it's easier to learn C and write firmware from scratch in C than trying to compile micropython in Ubuntu. No arm-none-eabi-gcc package in repos, no way to add PPA repository (Says there are no files dedicated for my release). Crap!
by LuSP
Sun Mar 22, 2020 6:32 pm
Forum: Other Boards
Topic: [Nucleo-F411RE] Assign REPL on UART6
Replies: 5
Views: 2836

[Nucleo-F411RE] Assign REPL on UART6

Hello. Is it possible to assign REPL on UART6 interface? I tried to use pyb.repl_uart command, but got the following in the terminal: Connecting to COM6 (buffer-size 512)... Trying to connect to REPL connected Testing if sys.stdin.buffer exists The terminal was hanging on this. The method with os.du...