11 years ago.

Using a ULink2 on custom hardware

I've been looking at using mbed with custom hardware. One thing I was wondering about was whether the ULink2 (with CMSIS-DAP firmware) could be used with an mbed target to provide both the programming interface and the serial link (using ITM)?

Or would I be best to dedicate a uart especially for this?

The MCU is a Freescale MK10 variant.

1 Answer

-deleted-
11 years ago.

The following may be an alternative single chip solution: http://developer.mbed.org/questions/6590/How-to-build-a-FOTA-boot-loader-for-FRDM/

Bootloader library: http://developer.mbed.org/users/Sissors/code/Bootloader_K64F/wiki/Homepage

Thanks for the information. That's good reading.

However I was really after whether the ULink2 can act as the CMSIS-DAP block in the following: http://developer.mbed.org/handbook/CMSIS-DAP and whether just connecting the SWD connections to the ulink2 would allow me to do the "hello world" without connecting anything else.

posted by Andrew Main 31 Mar 2015