9 years, 9 months ago.

Any off line IDE for Seeeduino-Arch-Pro:LPC1768 ?

Hi

Can we use any off line IDE for Seeeduino-Arch-Pro:LPC1768.

I have never used online IDE so i want to used some offline IDE like KEIL or IAR. Is that possible in this case ?

And basically for other boards am using offline IDE and base BSP also available to us. But in this case am really really confused. Anybody please come forward show me some light.

I need an offline IDE with bsp support for my board where i can develop my C application.

Thanks!

2 Answers

9 years, 9 months ago.

Yes you can use many different offline IDEs. Easiest option is to make a HelloWorld program in the online compiler, and then right mouse button on the program, and choose export. There you should have quite some options for differnet compilers, including Keil and IAR, but also a bunch others.

Accepted Answer

Thanks For Ur valuable answer.

Here am following some steps and got few success so far but struct at last. can u plz review below points and give some direction.

1.Downloaded mbedWinSerial_16466.exe for Win-7 32bit and installed. COM13 came on my device manager

2.Installed LPCXpresso IDE and able to build UART_Printf sample application using CMSISv2 library for LPC1768 which is amazing and finally when trying to flash the binary , i can see IDE is able to detect the board and flashing is in progress which can be seen from the debugger but suddenly below error came with one Popup screen.

10:Could not start execution from stop ACK Fault

Then my Pause, terminate button struct. This whole is confusing. Can u plz give me some input here.

posted by SP M 27 Jun 2014

I am not familiar with that setup. What you can always do as work around is just compiling in your IDE, then you got a build folder somewhere with a .bin file, which you can drag and drop on your board. But of course that isn't a real solution.

posted by Erik - 27 Jun 2014
9 years, 9 months ago.

http://mbed.org/handbook/Exporting-to-offline-toolchains is a guide to use offline toolchains.

Can we also use the Debugger of µVision4 with the Seeeduino Arch Pro board ?

Yann

posted by Yann DOUZE 21 Jan 2015