LPCXpresso54608 program exit reached

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

LPCXpresso54608 program exit reached

693 Views
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?

Labels (1)
1 Reply

545 Views
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