Hi there
I am following the Discovery Book and got stuck on chapter 5.4. The Author says I should use crtl+c to interrupt the leds continuosly blinking but when I try doing that nothing happens. What should I do instead of that?
Thanks!
Hi there
I am following the Discovery Book and got stuck on chapter 5.4. The Author says I should use crtl+c to interrupt the leds continuosly blinking but when I try doing that nothing happens. What should I do instead of that?
Thanks!
Make sure that your setup is correct. What board are you using and which run command are you using?
I am using STM32 DISCOVERY board.
The commands used were
(gdb) load
(gdb) break main
(gdb) continue
(gdb) step
(gdb) next
(gdb) next
(gdb) next
(gdb) next
(gdb) next
(gdb) continue
The first next turns on the led, next delays, next turns off the led and next delays. When I use continue the process runs in a loop. Now to stop this and get back to (gdb), crtl+c isn't working in windows.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.