Search found 5 matches

by LAurent_B
Mon Nov 29, 2021 12:26 pm
Forum: Other Boards
Topic: [NUCLEO-L432KC] MPY: can't mount flash
Replies: 2
Views: 11549

Re: [NUCLEO-L432KC] MPY: can't mount flash

Hello,

That's works for me
Thanks for help.
by LAurent_B
Mon Nov 08, 2021 12:38 pm
Forum: Raspberry Pi microcontroller boards
Topic: Honw to control REPL
Replies: 0
Views: 787

Honw to control REPL

Hello, I'm looking for a solution to control the repl on a RPi pico board. My goal is to have : - a quiet usb for communication with a PC - an uart with repl for debug (by adding an usb/rs232 converter) I'm able to turn on repl on uart0 with the following configuration in the rp2/mpconfigport.h file...
by LAurent_B
Tue Sep 14, 2021 11:30 am
Forum: Other Boards
Topic: [NUCLEO-L432KC] MPY: can't mount flash
Replies: 2
Views: 11549

[NUCLEO-L432KC] MPY: can't mount flash

Hello, With a nucleo board L432KC and the micropython v1.17 the message following message is promt at boot time. >>> MPY: can't mount flash MicroPython v1.17 on 2021-09-14; NUCLEO-L432KC with STM32L432KC and >>> import os >>> os.listdir() [] >>> import sys >>> sys.path [''] This is the same for prev...
by LAurent_B
Mon Sep 26, 2016 4:02 pm
Forum: ESP8266 boards
Topic: Regex, nodeMCU like : crash
Replies: 3
Views: 3715

Re: Regex, nodeMCU like : crash

Hello,

The issue is here :
https://github.com/micropython/micropython/issues/2451

Thanks for your help.
by LAurent_B
Tue Sep 20, 2016 4:41 pm
Forum: ESP8266 boards
Topic: Regex, nodeMCU like : crash
Replies: 3
Views: 3715

Regex, nodeMCU like : crash

Hello, the following code crash the board but it works fine with unix micropython. Where is the trouble ? [code] import ure txtmsg = """client connected from ('192.168.0.44', 33714) GET /?rouge=255&vert=255&bleu=255&time=15 HTTP/1.1 Host: 192.168.0.102 User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86...