How to reconfigure pins and Compile

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
nikhiledutech
Posts: 118
Joined: Wed Dec 27, 2017 8:52 am

How to reconfigure pins and Compile

Post by nikhiledutech » Sat Jan 27, 2018 6:57 am

Hello,
So i am using micropython on STM32FDisc board, and I found that their are lots of limitation in using different UART. Like i am unable to use UART1 and UART4 as their pins are tied for different purpose. So i was thinking to re-define pins for UART1 and UART4 in the https://github.com/micropython/micropyt ... ard.h#L25=

So can anyone tell the steps of how to define the UART again and whats I have to do like recompilation and other stuff.

Post Reply