Startup file for LPC2378

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Startup file for LPC2378

284 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sukhdeep on Wed Dec 30 05:08:31 MST 2015
Hi,
     Previously I was using Keil IDE for LPC2378 application development. I am planing to LPCXpresso for development. I am able to create project for LPC2378 device. After putting main.c file in project. It is showing successfully compiled code. But LPCXpresso does not include Startup file itself. I tried to include startup file created Keil IDE. But it is not getting compile with LPCXpresso. I have no idea - " How to create startup file for LPC2378 in LPCXpresso IDE". Please can somebody help me to create startup for LPC2378.

Please note content of main.c file is

int main(){

   while(1);
}


Thanks in advance
0 Kudos
1 Reply

236 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vtw.433e on Thu Dec 31 02:06:07 MST 2015
JUst use the New Project button. It will create a new project for you including the startup file. Read the Getting Started guilde.
0 Kudos