Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 11 months ago.
mbed interface LPC1768
Has anyone wrote a more in depth howto/manual on building the CMSIS Dap firmware yet? If not would someone please help with instructions on compiling the firmware and the steps needed.
Thanks for taking the time to read this, Rob
1 Answer
9 years, 11 months ago.
Hi Rob - Try this.
- Install Keil uVision4 with license
- clone CMSIS-DAP repo https://github.com/mbedmicro/CMSIS-DAP
- open interface directory mdk project for the interface MCU you're working with
- choose the target and compile.
This is all about to change and get some more documentation and tooling but as it currently sits this should get you going.
HTH