-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Comments
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. |
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. |
We'd be happy to accept a pull request adding IBDAP support. |
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. |
The origin IBDAP source code is now relocated to: https://github.com/ibdap/ibdap-cmsis-dap |
We have been working on GCC Support. You might want to try the |
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
The text was updated successfully, but these errors were encountered: