9 years, 3 months ago.

Using the Arch Pro with KEIL µVision

Hello

Did the Seeeduino Arch Pro work with Keil µVision ? And can we we use the Debug tool of µVision with this board ?

Thanks for your answer. Yann

Question relating to:

Arch Pro, an mbed enabled development board for rapid prototyping.

2 Answers

9 years, 3 months ago.

Hello Yann,

The Arch Pro has an CMSIS DAP interface, so we can use the debug tool of uVision. Note: we need a driver to enable the debug feature. The driver is on http://developer.mbed.org/handbook/Windows-serial-configuration

Best, Yihui

Accepted Answer
9 years, 3 months ago.

Seeeduino Arch(LPC11U24) doesn't have an mbed interface. There is no debugger build in. You can export your program and compile with µVision, but if you want to debug, you need a debugging interface. See http://developer.mbed.org/users/yihui/notebook/debug-seeeduino-arch-using-cmsis-dap/