cr_startup_lpc177x_8x.c & sysinit.c are differnet,but keil does not have this,SystemInit function are the same,and the same code in main.c now,but problem does not slove.
In Keil:
Reset_Handler(raminit by keil code,no source) -> SystemInit -> main
In LPCXpresso:
ResetISR(raminit)->SystemInit(the same as keil)->__main (no source) ->main
In fact, I am compared to the contents of each line, I have compared the value of the register affected.