Startup file for LPC2378

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Startup file for LPC2378

938件の閲覧回数
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 件の賞賛
返信
1 返信

890件の閲覧回数
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 件の賞賛
返信