We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0fcc5 commit 3fb2cf7Copy full SHA for 3fb2cf7
Firmware/sampler.py
@@ -3,7 +3,7 @@
3
# run openocd (0.9.0) with :
4
# $ openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg &> /dev/null &
5
# then run
6
-# $ python2 sampler.py path_to_myelf_with_symbols
+# $ python sampler.py path_to_myelf_with_symbols
7
# ctrl-c to stop sampling.
8
# To terminate the openocd session, enter command "fg" then do ctrl-c.
9
0 commit comments