-
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.
…
-
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/…
-
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…
-
I am using a custom designed ``STM32F103CBT6`` based probe (somewhat similar to ``BluePill`` board design) and flashed with ``stm32f103xb_if`` project firmware.
While the probe works with ``pyOCD`` a…
-
### 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…
-
I am having a problem with my BMP accessing global variables. My hardware is based on the STM32H743 chip. The application I am debugging is rather large (~300K code). I am using a native BMP with upgr…
-
I've been trying to optimize pyOCD flash write speed with my debug probe. After configuring trace debug logs (thanks Chris!), I noticed less than half the time is spent doing block writes. Most of t…
-
I haven't yet been able to determine whether this is a bug in pyOCD or the ch55xduino CMSIS_DAP code, but since openOCD works, I think pyOCD should just warn when it receives an invalid DAP_INFO respo…
-
For users who add pyOCD to PATH, they should be able to specify the gdbserver executable as a simple filename (sans path). Currently this isn't supported.
I'll be contributing the fix shortly.