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.
10 years, 7 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
10 years, 7 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.
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 27 Jun 201410 years, 7 months ago.
http://mbed.org/handbook/Exporting-to-offline-toolchains is a guide to use offline toolchains.