Search found 5 matches

by cnoviello
Wed Jun 03, 2015 1:44 pm
Forum: Other Boards
Topic: Porting micropython to STM32Nucleo-F4
Replies: 11
Views: 10389

Re: Trying to understand pins.csv format

Hi guys, for those interested in using uPython on STM32Nucleo board, I've written a small post on my blog with all instructions. http://www.carminenoviello.com/en/2015/06/03/running-micropyton-stm32nucleo-f4/ I've also added to uPython a way to upload files to internal Nucleo flash. It's really bare...
by cnoviello
Fri May 29, 2015 6:23 am
Forum: Other Boards
Topic: Porting micropython to STM32Nucleo-F4
Replies: 11
Views: 10389

Re: Trying to understand pins.csv format

Hi lchindeko,
I've updated the repo right now. The board definition is almost complete.
by cnoviello
Thu May 28, 2015 2:26 pm
Forum: Other Boards
Topic: Porting micropython to STM32Nucleo-F4
Replies: 11
Views: 10389

Re: Trying to understand pins.csv format

Ok. Forget this post. Populating the file pins.csv with the right pins resolve the issue. ;)
by cnoviello
Thu May 28, 2015 7:41 am
Forum: Other Boards
Topic: Porting micropython to STM32Nucleo-F4
Replies: 11
Views: 10389

Re: Trying to understand pins.csv format

Yes. I already did it. You can check the whole board configuration here:

https://github.com/cnoviello/micropytho ... 32F4NUCLEO
by cnoviello
Thu May 28, 2015 6:14 am
Forum: Other Boards
Topic: Porting micropython to STM32Nucleo-F4
Replies: 11
Views: 10389

Porting micropython to STM32Nucleo-F4

Hi, I've successfully ported micropython on a STM32Nucleo-F401RE board. I can access to REPL console and interacting with led on board. I've defined a new board following the code of already existing board definitions. But, I've a problem related with port pin generation and I suspect that is relate...