UART6 issue

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
AllenMa
Posts: 1
Joined: Tue Jun 29, 2021 5:22 pm

UART6 issue

Post by AllenMa » Tue Jun 29, 2021 5:56 pm

Hi, All
My chip is STM32F405. Firmware for PYBv1.1 boards is downloaded into this chip. The version is V1.16. After power on, the UART6 does not work. There is no any data bit on Tx pin when software execute sending data, Help me , let it work normally. thanks.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: UART6 issue

Post by dhylands » Wed Jun 30, 2021 1:02 am

The REPL doesn't show up on the UART by default. It only shows on USB. If you want the REPL to show on a UART by default then you'll need to build your own custom firmware.

Is the crystal for your board the same frequency (the PYBV11 uses a 12 MHz crystal).

Post Reply