Search found 3 matches

by bogdansrb
Mon Jan 25, 2021 11:41 am
Forum: Other Boards
Topic: [STM32F429DISC] Pin is not defined
Replies: 1
Views: 1383

[STM32F429DISC] Pin is not defined

Greetings, I've flashed micropython on my STM32F429 discovery board (the one with the LCD) and I get this error while trying to configure the pins: >>> led = Pin(PG13, Pin.OUT) Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'PG13' isn't defined I've looked on ...
by bogdansrb
Mon Jan 25, 2021 7:49 am
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 161501

Re: WeAct STM32F411CEU6 black pill

Ok so I tried doing just that, got the board definitions and tried building but I get a bunch of errors and compilation stops: In file included from ./mpconfigport.h:31, from ../../py/mpconfig.h:62, from ../../lib/oofatfs/ffconf.h:30, from ../../lib/oofatfs/ff.h:33, from ../../lib/oofatfs/ff.c:28: b...
by bogdansrb
Fri Jan 22, 2021 6:43 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 161501

Re: WeAct STM32F411CEU6 black pill

Hello everyone! I have this "black pill" f401ccu6 board. I bought it a long time ago and haven't used it, but I now need a board on which to put mycropython. On the back of the board it says "weact v2.0". I wasn't able to find an image for it, the official github page has documentation and images fo...