Stm32f469ni stm32f469i-disco: Difference between revisions

From Miosix Wiki
Jump to navigation Jump to search
(Created page with "=== Programming === Note: this board may have issues being prgrammed with QSTlink and by copying the bin file in USB drive mode. If this is the case, use [https://github.com/...")
 
No edit summary
 
Line 1: Line 1:
=== Programming ===
== Programming ==


Note: this board may have issues being prgrammed with QSTlink and by copying the bin file in USB drive mode.
Note: this board may have issues being prgrammed with QSTlink and by copying the bin file in USB drive mode.
Line 9: Line 9:


Thanks to Antonio Di Bello for the tip.
Thanks to Antonio Di Bello for the tip.
== Reading printf output ==
The board default serial port is connected to the ST-Link, so the same USB cable used for powering and programming can be used for serial communication. Open a terminal and type ''screen /dev/ttyACM0 19200''

Latest revision as of 22:54, 21 December 2018

Programming

Note: this board may have issues being prgrammed with QSTlink and by copying the bin file in USB drive mode. If this is the case, use st-flash

st-flash write ./main.bin 0x08000000

Thanks to Antonio Di Bello for the tip.

Reading printf output

The board default serial port is connected to the ST-Link, so the same USB cable used for powering and programming can be used for serial communication. Open a terminal and type screen /dev/ttyACM0 19200