breakpoints have no effect - systemworkbench (eclipse)
I am trying to debug my M4 program on systemworkbench (eclipse) for the board stm32mp157c-dk2 and the host computer is ubuntu. I have set breakpoints in normal flow and also in exceptional flows in the program. Program works very well in debug and I can see the outputs via my qt program on linux side on mini display. But the flow never stops by breakpoints. The breakpoints have no effect. I am doing the following steps correctly. Please tell me what is missing or what I am doing false...
- build the project in eclipse
- select production mode in debug configuration because the program is based on the example "OpenAMP_TTY_echo"
- give the ip address in debug configuration
- right click on project and select Debug As --> ST's STM32 MPU C/C++ Application
And this is the log on console when the debug starts
Open On-Chip Debugger 0.10.0+dev-01124-gbfb41e6 (2018-11-16-15:00)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 1
cortex_a interrupt mask on
cortex_a interrupt mask on
cortex_a domain access control fixup on
cortex_a domain access control fixup on
3333
none separate
adapter speed: 5000 kHz
adapter_nsrst_assert_width: 200
adapter_nsrst_delay: 200
none srst_pulls_trst
srst_only srst_pulls_trst srst_gates_jtag srst_open_drain connect_deassert_srst
ap 0 selected, csw 0x10006000And the pop up which is coming and that I dont think it is a serious problem (not sure) is here:
thanks in advance !
