10 years ago.

CMSIS-DAP Interface MPUs

Hi all,

I am new to the world of mbed and I cannot find the answer to this question:

For the CMSIS-DAP Interface, what are the processors that you can use? The "cmsis dap interface firmware" part of the handbook (http://mbed.org/handbook/cmsis-dap-interface-firmware) would indicate that so far only two processors are capable of being used: LPC11U35 and KL25Z. Is there special criteria that makes one processor over another an interface processor candidate or can any Cortex processor be used as an interface?

1 Answer

10 years ago.

Hello Aron Phillips,

there are more chips supported at the moment. Take a look at https://github.com/mbedmicro/CMSIS-DAP

I believe any cortex procesor can be used. Here are sources for interface : https://github.com/mbedmicro/CMSIS-DAP/tree/master/interface . Go through them to see what you need to implement for a new chip.

Regards,
0xc0170