REPL on STM32F429 DISC

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
kobeyu
Posts: 1
Joined: Fri Feb 24, 2017 12:36 pm

REPL on STM32F429 DISC

Post by kobeyu » Fri Feb 24, 2017 12:51 pm

Hi Guys
I'm new in here, I just deploy MicroPython on STM32F429 DISC by this command: $ make BOARD=STM32F4DISC deploy-stlink,
and result as below:
http://imgur.com/9tI4sEf
My question is :
1. am I successfully deploy MicroPython?
2.if yes, How can I run REPL on STM32F429 DISC (I just connect RX to A9 and TX to A10 but there is no message on the screen...)

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: REPL on STM32F429 DISC

Post by shaoziyang » Fri Feb 24, 2017 3:46 pm

Plug in usb in both USB, miniUSB for STlink and macroUSB for pyboard.

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: REPL on STM32F429 DISC

Post by SpotlightKid » Mon Feb 27, 2017 3:39 pm

Are you sure you are using the right board definition? The STM32F4DISC definition is for the older STM32F4DISCOVERY board with a STM32F407 cpu. This board was succeeded by the STM32F407G-DISC1 board.

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

Re: REPL on STM32F429 DISC

Post by dhylands » Mon Feb 27, 2017 4:46 pm

kobeyu wrote:I just deploy MicroPython on STM32F429 DISC by this command: $ make BOARD=STM32F4DISC deploy-stlink
The correct board definition for the STM32F429 Discovery is STM32F429DISC not STM32F4DISC. The 429 discovery board has an LCD on it.

Post Reply