-
### Description
When you open PyOCD debug configuration Eclipse hangs for approximately 15 seconds, only after that time debug configuration is available. Opening PyOCD debug configurations is extr…
-
In all the readme_threadx.txt for cortex-m with an FPU the interrupted stack frame with FPU enabled looks like this:
https://github.com/azure-rtos/threadx/blob/32e3b3b25f4b17ff51ce8a6bad8d9eb32729a0f…
-
I think 2 would be a better default than 0 idle cycles:
https://github.com/pyocd/pyOCD/blob/master/pyocd/probe/pydapaccess/cmsis_dap_core.py#L243
ST-Link and J-link seem to always use 2 idle cycle…
-
Hi @DeqingSun
I am testing CMISIS DAP with pyOCD with `pyocd list` and and i see it
but I have a error
`pyocd gdbserver -t nrf52840`
this is in Mac with https://github.com/mbedmicro/…
-
https://github.com/ARMmbed/dapjs
Have you evaluated DAP.js from Arm as an alternative to the current pyOCD/texane versions? Could be a more complete, more supported implementation in the long run.
…
-
I tried using a st-link (part of a Nucleo board), and pyocd would list the adapter. If I tried to connect, I got an error saying the firmware was too old. I upgraded to the latest firmware (V2J37M27…
-
Offset of r12 in FreeRTOS stack frame dictionary at line 102 in pyocd/rtos/freertos.py is not correct:
https://github.com/pyocd/pyOCD/blob/f146817ad2233d247e70fbba6adfe03b2c3fd8cc/pyocd/rtos/freertos…
-
### Description
As I mentioned in https://github.com/ARM-software/CMSIS_5/issues/479 we work with `mbed-os` with a different implementation of the `cmsis-os` abstraction layer based on the clos…
-
Hi, I have a issue, when I try to start this example, I always have to push the button reset. And i would like that i don't need to push that button to start working. Because it is going to be an auto…
-
As far as I know, ELFSymbolProvider will provide addresses for simple symbols, like main(), but isn't capable of providing addresses for more complex namespace/class/structure/array elements. So, I've…