From 9a307757bd76369b2e8441cd3036dc37e71f27f5 Mon Sep 17 00:00:00 2001 From: Epagris Date: Sat, 14 Jun 2025 00:04:28 +0200 Subject: [PATCH] - README correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d3546..be2fc38 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The [STM32CubeProgrammer](https://www.st.com/en/development-tools/stm32cubeprog. This tool is part of the open source [stlink-tools](https://github.com/stlink-org/stlink) bundle, that is also available through common Linux package managers. -To program the MCU use the following command: `st-flash write build/flexptp-demo.elf 0x08000000` +To program the MCU use the following command: `st-flash write build/flexptp-demo.bin 0x08000000` ### Using the `openocd` application