Search found 9 matches

by Lupine
Sat Dec 24, 2022 4:56 pm
Forum: Raspberry Pi microcontroller boards
Topic: Raspberry Pi pico: error after flash firmware
Replies: 4
Views: 24040

Re: Raspberry Pi pico: error after flash firmware

Hello,
I can confirm I get the same error trying to load the uf2 firmware file (by dragging to the device window) for both the pico and the pico W.
Even in my case, despite the error, the FW seems correctly updated and working.
by Lupine
Wed Sep 06, 2017 9:27 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE]: rshell problem with Ubuntu 16.04
Replies: 5
Views: 5018

Re: [NUCLEO-F401RE]: rshell problem with Ubuntu 16.04

Hi Dave, many thanks for the suggestion. I started using the rshell to update the main.py file on the board with the first simple scripts By trying to update the main.py file on the /flash chip memory with the code described in section 4 of the MicroPython tutorial, precisely: led = pyb.LED(1) while...
by Lupine
Wed Sep 06, 2017 8:21 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23761

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

Hi, let me come back to the following request: . . Moreover, for the future releases, it would be possible to release the image file also in .hex (or .bin) format (which is much more usable) for the other boards and not just dfu file (sorry but I'm not sure this is the right place for that request)?...
by Lupine
Sun Sep 03, 2017 10:07 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE]: rshell problem with Ubuntu 16.04
Replies: 5
Views: 5018

Re: [NUCLEO-F401RE]: rshell problem with Ubuntu 16.04

Hi Dave, many thanks for your suggestion! The connection to the board worked well and I could copy an Hello.py file into the micro-controller memory. Now I can work with the files as well :) ! Could you please suggest a good text editor (apart from vi) that can be linked to rshell (e.g . through the...
by Lupine
Sun Sep 03, 2017 4:32 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE]: rshell problem with Ubuntu 16.04
Replies: 5
Views: 5018

[NUCLEO-F401RE]: rshell problem with Ubuntu 16.04

Hi all, I was able to set up an old PC with the Ubuntu 16.04 operating system "aboard". In that set up I have now resumed to compile and install the St link utility (following more or less the instructions at link: https://startingelectronics.org/tutorials/STM32-microcontrollers/programming-STM32-fl...
by Lupine
Wed Aug 30, 2017 9:20 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23761

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

Hi, many thanks for the feedback! I was able to upload the firmware.hex file that you shared through the STM32 ST-LINK utility software and finally got the REPL prompt via putty! >>> MicroPython v1.9.2-21-g8388ec4-dirty on 2017-08-29; NUCLEO-F401RE with STM32F401xE Type "help()" for more information...
by Lupine
Tue Aug 29, 2017 7:54 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23761

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

Hi Dave, thanks a lot for your support. I downloaded the elf file you have kindly shared but it seems to be too large to be loaded on my NUCLEO-F401RE. The elf file size, downloaded on the disk, is 582 KB (596.475 bytes) that does not appear to be available on the STM32 target device (so I get the "...
by Lupine
Mon Aug 28, 2017 9:44 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23761

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

Hi, many thanks for your feedback. I also thought this was the simplest way to load the MicroPython interpreter on the board. The problem is that in the official download page (http://micropython.org/download) I found only a DFU release (section: Firmware for other boards) that, if I'm not wrong, I ...
by Lupine
Thu Aug 24, 2017 8:58 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23761

[NUCLEO-F401RE] procedure to upload the MicroPython image

Hi all, I'm very interested in trying out the programming language starting to use a NUCLEO-F401RE board in my possession (even if not officially supported). The idea is to try starting from scratch by loading the latest firmware you have released and begin taking knowledge with the interactive prom...