DAPLink icon indicating copy to clipboard operation
DAPLink copied to clipboard

Results 162 DAPLink issues
Sort by recently updated
recently updated
newest added

I tested DAPLink on HIC with STM32F103CB without problems. Using HIC with clone GD32F103CB causes problem - it starts in bootloader update mode. I investigated this issue and I found...

It would appear that using webUSB and serial we see corruption (or commonly nothing) for the first N bytes sent from target to interface, where N bytes seems to be...

bug
hic

Hi, We are facing an exception while flashing the binary size >1MB on Toshiba MCU Cortex-M4 using DAPLink version REL v0254. - DAPLink version REL v0254 is running on MCU...

Connecting to a STM32G431K8 works well with the Pitaya Link (lpc11u35) board, but fails inconsistently when using STM32F103 boards (BluePill style boards - with confirmed genuine STM32F103 parts). Some connect...

If a hex file without an extension is flashed the transfer times out and it generates a fail.txt file. Example hex file without extension to replicate: [microbit-house.zip](https://github.com/ARMmbed/DAPLink/files/6977435/microbit-house.zip) As it takes...

@ARMmbed/team-embeddedplanet cannot build daplink since we do not have AC5. I am expressing our desire to at least be able to build with AC6.

in progress

1. Problem with v0254 release I just flashed the latest firmware 0254_lpc11u35_0x0000.bin to my SWDAP probe, which I have downloaded from the latest release. Windows properly recognizes the probe as...

bug

Starting with release 0254, DAPLink builds "no target" firmware binaries for each HIC, meant for either standalone debug probes or cases where you don't need MSD flash programming. These builds...

This patch fixes an issue where target devices were unable to enter the Very Low Power Stop (VLPS) mode when running Kinetis SDK low power demos (and presumably customer apps)...

needs work
backlog

This change replaces the default weak family descriptor structs (each taking up the full family descriptor size) in `target_family.c` with weak references. The purpose is to save `.rodata` space.