You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ st-flash write ~/Projects/STM32/hello-nucleo/Debug/hello-nucleo.bin 0x08000000
st-flash 1.3.0
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Loading device parameters....
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Device connected is: F4 device (low power) - stm32f411re, id 0x10006431
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: SRAM size: 0x20000 bytes (128 KiB), Flash: 0x80000 bytes (512 KiB) in pages of 16384 bytes
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Attempting to write 4828 (0x12dc) bytes to stm32 address: 134217728 (0x8000000)
Flash page at addr: 0x08000000 erased
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Finished erasing 1 pages of 16384 (0x4000) bytes
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Starting Flash write for F2/F4/L4
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/flash_loader.c: Successfully loaded flash loader in sram
enabling 32-bit flash writes
size: 4828
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Starting verification of write complete
2017-01-29T19:59:18 INFO /Users/jerry/Downloads/stlink-master/src/common.c: Flash written and verified! jolly good!
If there is an easy way to truncate these in the Mac/Win release packages, it would make for less visual noise in the console output (i.e. change /Users/jerry/Downloads/stlink-master/src/common.c --> src/common.c)
The text was updated successfully, but these errors were encountered:
(this may border on anal retentiveness...but just wanted to point it out as an FYI)
When using the 1.3.0 release on macOS downloaded from https://github.com/texane/stlink/releases/tag/1.3.0 the
INFO
debug messages print the absolute path from your build machine, i.e.:/Users/jerry/Downloads/stlink-master/...
Here's the full log:
If there is an easy way to truncate these in the Mac/Win release packages, it would make for less visual noise in the console output (i.e. change
/Users/jerry/Downloads/stlink-master/src/common.c
-->src/common.c
)The text was updated successfully, but these errors were encountered: