CMSIS-DAP  Version 2.1.1
Interface Firmware for CoreSight Debug Access Port
 All Functions Groups Pages
Debug Unit Processor

CMSIS-DAP firmware runs on debug units with a Cortex-M microcontroller. More...

CMSIS-DAP firmware runs on debug units with a Cortex-M microcontroller.

The CMSIS-DAP firmware is designed to execute on a debug unit that is using a Cortex-M processor-based microcontroller.

The following steps describe how to change the microcontroller in the CMSIS-DAP firmware project:

  1. In the µVision IDE, open the project file .\Firmware\MyDebugUnit\CMSIS_DAP.uvprojx.
  2. Open the Project - Options - Device dialog and select the microcontroller of the new debug unit.
  3. Optionally, you may modify the project file Target name and the file Abstract.txt to reflect the new debug unit.
MDK_Device.png
Select the microcontroller

In MDK, changing the microcontroller adds relevant software components for the new target. However, depending on the availability you may need to replace some components with custom implementations.

RTE.png
Replace missing software components