Tagged Questions
0
votes
1answer
80 views
STM32 and GDB - Watchpoint
I'm reading the book http://www.cs.indiana.edu/~geobrown/book.pdf and I have a question regarding the Exercise 3.1.2 on page 50.
It ask to set a watchpoint on i. I set a watchpoint but it never break ...
0
votes
2answers
88 views
Error in final launch sequence Failed for OpenOCD (Olimex) for ARM (STM32fxx)
I am using openOCD in eclipse for the arm STM32F10x series. After writing the whole code and building everything without error in the program, I am going to debug it and I am getting an error after ...
2
votes
2answers
203 views
What does 0x0800f298 in ?? () mean?
I'm using GDB to debug a program for a Cortex M3. In the functions where the program crashes, when I execute line by line (using n), I eventually get:
...
1
vote
1answer
648 views
clearing lockup ater double fault
I'm debugging an STM32 with gdb. For some reason my program is crash, and gdb gives the following.
Note: automatically using hardware breakpoints for read-only
addresses.
stm32f2xxx.cpu -- ...