Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE : add support for "IBDAP Adapter from Armstart" #379

Open
captcha1 opened this issue Jan 17, 2018 · 6 comments
Open

RFE : add support for "IBDAP Adapter from Armstart" #379

captcha1 opened this issue Jan 17, 2018 · 6 comments

Comments

@captcha1
Copy link

Please add support for IBDAP (sold on Tindie & Adafruit : https://www.adafruit.com/product/2764 )

It's based on LPC11U35 . It seems to have JTAG / SWD , SWO , UART , etc.

Schematic is here : https://halckemy.s3.amazonaws.com/uploads/pdf_file/file/55500/IBDAP-LPC11U35_SCH.pdf

Some background info : https://www.hackster.io/armstart/ibdap-affordable-cmsis-dap-jtag-swd-debug-probe-e6d9a4

@flit
Copy link
Collaborator

flit commented Feb 14, 2019

Agreed we need to add support for IBDAP. The original firmware doesn't seem to be available anymore except as source on GitHub, and that doesn't even build successfully (for me, at least).

This board has full connections for JTAG and SWO, which is unique for LPC11U35-based probes.

We also need to work with Adafruit and Seeed to link to the DAPLink-based firmware when its available.

@flit flit added the backlog label Feb 14, 2019
@sur5r
Copy link

sur5r commented May 15, 2020

Please see devanlai/IBDAP-CMSIS-DAP#1 (or sur5r/IBDAP-CMSIS-DAP@74da54a). This builds for me using arm-none-eabi-gcc 8.3.1.

@flit
Copy link
Collaborator

flit commented May 18, 2020

We'd be happy to accept a pull request adding IBDAP support.

@sur5r
Copy link

sur5r commented May 19, 2020

I know. I just wanted to point out that the original firmware is still usable, maybe as starting point for DAPLink support. I was not yet able to compile DAPLink myself, which stopped me from finding out what's needed to support this board.

@ibdap
Copy link

ibdap commented Nov 25, 2020

The origin IBDAP source code is now relocated to: https://github.com/ibdap/ibdap-cmsis-dap
From what we have investigated, DAPLink needs some work to replace proprietary dependencies in order to support building the source code from gcc. Am I right @flit ?

@mathias-arm
Copy link
Collaborator

We have been working on GCC Support. You might want to try the lpc11u35_if (or lpc11u35_tiny_if which has a different PIN mapping) from https://github.com/ARMmbed/DAPLink/wiki/compilers-test-status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants