aboutsummaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index 37b299d..188bd89 100644
--- a/src/README.md
+++ b/src/README.md
@@ -30,6 +30,17 @@ faut openocd pour FLASHer le STM32F4-DISCOVERY.
make
make deploy
+Debug avec OpenOCD et GDB
+=========================
+
+ openocd -f /usr/share/openocd/scripts/board/stm32f4discovery.cfg -c init -c reset
+
+ arm-none-eabi-gdb bin/outp.elf
+ target extended-remote localhost:3333
+ monitor reset halt
+ load
+ continue
+
Analyse statique avec clang
===========================