Page 1 of 1

REPL on STM32F429 DISC

Posted: Fri Feb 24, 2017 12:51 pm
by kobeyu
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...)

Re: REPL on STM32F429 DISC

Posted: Fri Feb 24, 2017 3:46 pm
by shaoziyang
Plug in usb in both USB, miniUSB for STlink and macroUSB for pyboard.

Re: REPL on STM32F429 DISC

Posted: Mon Feb 27, 2017 3:39 pm
by SpotlightKid
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.

Re: REPL on STM32F429 DISC

Posted: Mon Feb 27, 2017 4:46 pm
by dhylands
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.