Search found 25 matches

by Guenther78
Fri Jun 23, 2017 9:39 am
Forum: Other Boards
Topic: Nucleo and adding code to main.py
Replies: 11
Views: 9625

Re: Nucleo and adding code to main.py

Point 1:
With a closer look to the rshell readme I know how I could change the files.
Great. I should get used to work with vim, the default editor of my cygwin.
by Guenther78
Wed Jun 21, 2017 7:19 am
Forum: Other Boards
Topic: Nucleo and adding code to main.py
Replies: 11
Views: 9625

Re: Nucleo and adding code to main.py

Okay, for the last time I opened the PYBFLASH with the explorer. I started editing boot.py with notepad, added the line pyb.usb_mode('CDC') and PYBFLASH disappeared. I did'nt see it in the explorer anymore. But what if I want to have it back? I could copy the old boot.py file to the flash again, ass...
by Guenther78
Tue Jun 20, 2017 6:23 am
Forum: Other Boards
Topic: Nucleo and adding code to main.py
Replies: 11
Views: 9625

Re: Nucleo and adding code to main.py

I have tested copying files to the NUCLEO board. And it works. Back to the discovery board and the remote shelll. After connecting the board and starting repl I entered the command to disable the usb flash device. But it was still visible in the explorer. I refreshed it with F5, but it didn't go awa...
by Guenther78
Mon Jun 19, 2017 4:06 pm
Forum: Other Boards
Topic: Nucleo and adding code to main.py
Replies: 11
Views: 9625

Re: Nucleo and adding code to main.py

Great! It seems to work. The test with Anaconda failed, but I got it to run with cygwin. I tested it on a STM32F4 discovery board (I have no NUCLEO board yet) and I was able to copy files to the flash. After copying them I started repl and I could see them in the flash content. But I was wondering (...
by Guenther78
Fri Jun 09, 2017 1:46 pm
Forum: Other Boards
Topic: Nucleo and adding code to main.py
Replies: 11
Views: 9625

Re: Nucleo and adding code to main.py

Great, first I wiill test it wirh Anaconda and then with Cygwin.
by Guenther78
Thu Jun 08, 2017 3:54 pm
Forum: Other Boards
Topic: Nucleo and adding code to main.py
Replies: 11
Views: 9625

Nucleo and adding code to main.py

Hello Forum! I have a Nucleo F446 Board. I have a REPL connection and after importing the uos module I can see with uos.listdir(uos.getcwd()) the content of the flash. But if I want to add code to main.py, how do I do this? There are at least three ways: 1) Sendiing CTRL + F to the Terminal: http://...
by Guenther78
Tue Jun 06, 2017 3:16 pm
Forum: Other Boards
Topic: NUCLEO_F446RE
Replies: 11
Views: 11350

Re: NUCLEO_F446RE

Micropython runs on my Nucleo F446!

After connecting Rx from CN10 to Tx from CN3 and Tx from CN10 to Rx from CN3, I got a REPL connection.

Thanks to the forum!
by Guenther78
Sun Jun 04, 2017 3:12 pm
Forum: Other Boards
Topic: NUCLEO_F446RE
Replies: 11
Views: 11350

Re: NUCLEO_F446RE

Added on 5th June: Building with Ubuntu was successful. I tried to build the firmware file now. And this is the error message: make: *** [Makefile:325: build-NUCLEO_F446RE/firmware.elf] Fehler 1 And here is line 325 of the makefile, it is in the build firmware.elf block: $(Q)$(LD) $(LDFLAGS) -o $@ ...
by Guenther78
Sun Jun 04, 2017 8:05 am
Forum: Other Boards
Topic: NUCLEO_F446RE
Replies: 11
Views: 11350

Re: NUCLEO_F446RE

Great, thanks a lot.

I haven't got a REPL yet, I will try it with your new PR this afternoon.
by Guenther78
Sat Jun 03, 2017 11:14 am
Forum: Other Boards
Topic: NUCLEO_F446RE
Replies: 11
Views: 11350

Re: NUCLEO_F446RE

I connected Rx and Tx from CN10 to CN3. After plug in of the USB LD1 is red (initialization ready) and the connection to hyperterm can be done. But after I plug out the USB and plug in, both while I'm connected to Hyperterm, LD1 is green. But repl doesn't run... I downloaded the file bybcdc.inf, but...