The DAPLink provides drag and drop file programming for the BLE Nano 2 and the Blend 2 as well.
- ARM 32bit Cortex-M3
- 128KB FLASH, 20KB RAM
- VIN support 3v3 ~ 5v input
- VDD output 3v3
- MSC - drag-n-drop programming flash memory
- CDC - virtual com port for log, trace and terminal emulation
- HID - CMSIS-DAP compliant debug channel
- Support targets:
- BLE Nano (nRF51822)
- BLE Nano 2 (nRF52832)
For Windows 10, you do not need the driver.
For others, please refer to this https://developer.mbed.org/handbook/Windows-serial-configuration
After installing driver, will see:
Pressing button and connecting to PC, the driver "MAINTENANCE" will appeare.Drag the interface firmware(.bin file) into the driver, re-connected to PC.
The firmware can be found in this folder: Interface Firmware for BLE Nano 2
Open the Options, select "CMSIS-DAP Debugger".
Select "SW" interface,
Change the size of "RAM for Algorithm" and add "Programming Algorithm".
Clink OK, then you could use Keil5 to upload and debug.