Hi,
I created my own sketch for the LPC54114 MCU using MCU Xpresso IDE. when I compile and debug the code it works fine. that means I can check my algorithm working fine and can read the respected data in console window. but after I stop the debug mode the code is not running by just powering up the board.
But when I do same process with example codes it works fine in debug mode and also by power it up.
I think I made a mistake in configuration settings. Can anyone help me to get out of this problem.
I am using LPCXpresso54114 evaluation board.
Thank you.
Hello Dineshkumar J,
Unfortunately, I'm not able to reproduce the behavior you mentioned. Here are the steps I'm following to create the new project.
Select New project in the Quickstart Panel
Select your development board, in this case LPCXpresso 54114.
Select UART as the SDK debug console.
Leave default properties in Advanced project settings and click on finish.
When I enter to the debug session I'm able to see the Hello World printed in the terminal. If I exit the debug session and I reset the board I'm also able to see the Hello World in the terminal, so the project is still there once I exit the debug session.
Could you please follow these steps and try with a simple project that just prints Hello World in the terminal?
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------