IBDAP


IBDAP is an open source, low cost, cross-platform and vender independent CMSIS-DAP JTAG/SWD debug adapter for programming and debugging ARM Cortex M microcontrollers. It provides debugging functions like stepping, breakpoints, watch points and firmware programming etc., making microcontroller programming easy and affordable. It's fully supported by Keil, Eclipse, OpenOCD, GNU GDB, IAR and other commonly used debugging tools across Windows, Linux and Mac OS.

Besides being functioning as a JTAG/SWD debug probe, IBDAP could also be used as an mbed development board. It has an ARM Cortex M0 processor running at 48Mhz and has peripherals like UART, I2C, SPI, USB. It can be used in applications like USB audio devices, USB mouse/keyboards, USB mass storage devices, USB-TTL adapter device and many many more. It also has 10-bit high precision ADC peripherals which make IBDAP an ideal device for any sensor projects.

Why IBDAP?


Debug adapters are expensive, some could cost thousands of dollars, some may not be compatible among different vendors. Luckily, ARM standardized the debugging interface which is called CMSIS-DAP and released the firmware implementation on some processors, however, you still need a Keil MDK Professional edition software in order to build the firmware, even the open source one provided by mbed and the price for Keil Professional is intimidating. All these barriers has become the first issue that every inventor is facing, and we need a solution! IBDAP's objective is to become an affordable open source & open hardware CMSIS-DAP JTAG/SWD debug probe implementation using gcc & makefile. Anyone can modify and embed a debug probe on its own device easily with everything under its control.