Hardy Griech

Results 74 comments of Hardy Griech

Hello Chris I have pulled the version of #1541 and tested reset with both `-Oresume_on_disconnect=false/true`. No success. `CYCCNT` is always stuck. In my code `TRCENA` is already set. It is...

Yes, you are right, it is weird, that CYCCNT is not running. Even more that it is stuck at some value. Could it be possible, that pyOCD starts the target...

Sorry for the late response, I was off for a week. To answer the question: if the plugin is started, "ps x" shows ``` /home/hardy/.local/bin/python3 /home/hardy/.local/bin/pyocd gdbserver --no-wait -j /home/hardy/src-rg/playground...

no problem: ``` 0004501 D --> GDB read 14 bytes: b'$vKill;a410#33' [packet_io] 0013497 D --> GDB read 5 bytes: b'$k#6b' [packet_io] 0013497 D GDB kill [gdbserver] 0013497 D gdbserver exiting...

If starting "pyocd gdbserver -t nrf52840 -vv -Lpyocd.gdbserver.packet_io.trace.packet=debug" on the console and changing the Eclispe debug configuration so that the "external" gdbserver is used, disconnect is transmitted: ``` 0018042 D...

Can I be of any help with this issue? If you give me some pointer, I could look into it.

Ok, first and fast tries: in gdbserver_cmd.py it never reaches `if probe_server...` ```python while any(g.is_alive() for g in gdbs): sleep(0.1) if probe_server: probe_server.stop() ``` in gdbserver.py run() leaves correctly the...

I understand. When there is time, I will check the code. Should we close this or do you keep it for documentation purposes?

Hi Chris, sorry for neglecting this issue. Today I took some time to debug further. The actual problem is that the "GDB PyOCD Debugging" of Eclipse feels responsible for terminating...

This PR has been added to the 1.6.0 milestone. Anything speaking against merging this into develop in the not too far future?