Search Posts

Flashing bin file to nucleo-L476RG

This command works!!!

/root/Desktop>st-flash --reset write Nucleo_blink_led_NUCLEO_L476RG.bin 0x8000000
2016-01-17T15:53:54 INFO src/stlink-common.c: Loading device parameters....
2016-01-17T15:53:54 INFO src/stlink-common.c: Device connected is: L4 device, id 0x10076415
2016-01-17T15:53:54 INFO src/stlink-common.c: SRAM size: 0x18000 bytes (96 KiB), Flash: 0x100000 bytes (1024 KiB) in pages of 2048 bytes
2016-01-17T15:53:54 INFO src/stlink-common.c: Attempting to write 16544 (0x40a0) bytes to stm32 address: 134217728 (0x8000000)
Flash page at addr: 0x08004000 erased
2016-01-17T15:53:54 INFO src/stlink-common.c: Finished erasing 9 pages of 2048 (0x800) bytes
2016-01-17T15:53:54 INFO src/stlink-common.c: Starting Flash write for F2/F4/L4
2016-01-17T15:53:54 INFO src/stlink-common.c: Successfully loaded flash loader in sram
size: 16544
2016-01-17T15:53:55 INFO src/stlink-common.c: Starting verification of write complete
2016-01-17T15:53:55 INFO src/stlink-common.c: Flash written and verified! jolly good!

Leave a Reply

Your email address will not be published. Required fields are marked *