LPCXpresso54608 program exit reached

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPCXpresso54608 program exit reached

1,171 次查看
prakash_mistry
Contributor I

Hi,

I am trying to use Hello world as starting point and I have added some code which performs some calculations.

However, in the middle of the calculation the it says “Program exit reached”

I have checked the memory and it not corrupted or have divided by zero issue.

Anyone else has seen similar issue with LPCXpresso54608 and IAR using CMSIS-DSP probe?

标签 (1)
1 回复

1,023 次查看
FelipeGarcia
NXP Employee
NXP Employee

Hi PRAKASH Mistry,

The message  "Program exit reached" is usually shown when you don't have an infinite loop at the end of your program and you reach the last line of code.

Could you please share with me your source code so I can replicate the issue con my side?

Best regards,

Felipe