DAPLink
DAPLink copied to clipboard
Hi! I'm trying to get JLink on a Micro:Bit. It looks like I'm running: ``` # DAPLink Firmware - see https://mbed.com/daplink Unique ID: 0000000050494e4500622003000000160000000097969901 HIC ID: 97969901 Auto Reset: 0...
When drag and dropping a nRF52 binary the first bytes are validated in to be valid. https://github.com/ARMmbed/DAPLink/blob/master/source/daplink/validation.c#L55 The problem is if they are not valid, the FAIL.txt will contain "The...
I noticed that for serial port configuration for high baud rates is do incorrect. For baud rates above 760000 baud error increases significantly and for example for 921600 real baudrate...
In interface firmware configurations where both CMSIS-DAP v1 and v2 USB interfaces are available, there is a possibility that the user could open both CMSIS-DAP interfaces concurrently. This will, of...
We have a new controller board that is supported in mbed-os. The board is not officially released in Mbed. So the board ID is not known to "mbed --list" command...
This is no longer a blocking issue for us. We have gotten by using our NRF52840-DK backup plan. I still want to capture it because I'm sure we will meet...
An updated usb interface numbers is causing previous mbed drivers for win 7 issues on the cdc acm interface. Attached is the modified win 7 drivers. [mbeddrivers.zip](https://github.com/ARMmbed/DAPLink/files/3004479/mbeddrivers.zip)
Compared with the ulink2 debugger, the download speed of daplink is much slower. Following list for details. SWD mode 10MHz File Size 40KB: DAPLink 5.1s ULINK2 4.3s File Size 113KB:...
Hi all, I'm trying to make a bootloader that works like DAPLink -- you can update the firmware on a device by just dragging a binary over to the device...
Description: https://github.com/ARMmbed/DAPLink/pull/401 introduced an error message to identify to users that their machine is booting from USB DAPLink. For micro:bit board users with less technical knowledge, the message is intimidating...