LPC1115 code doesn't run after power cycle

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

LPC1115 code doesn't run after power cycle

760 Views
kwat100br
Contributor I

I have an LPC1115 development board and can debug and upload code as you would expect.

I can disconnect a debug session and the code is running. 

If I unplug the MCU in again it will not run the code. It lights the on board rgb LED a color (not sure if if its the same color each time, I think it is).

Here is the project repo.

We have never been able to get the board to power on and run the code.  This is a big deal. Does the processor need to be reset? Or is the code not uploaded properly?

Running Windows 10 MCUExpresso IDE Latest version

Running Ubuntu 16.04 LTS MCUExpresso IDE Latest version

Thank you!

Kevin

Labels (1)
0 Kudos
2 Replies

613 Views
converse
Senior Contributor V

It looks like you are using the Semihost library variant - this requires a debugger connection. Suggest you change to a NoHost library:

Switching the selected C library 

https://community.nxp.com/thread/389153 

0 Kudos

613 Views
kwat100br
Contributor I

Some one else mentioned about flash and ram and that the linker/loader I Was using was putting it at ram and not flash, I do not believe this is the case. I didn't notice your links you provided. I will hopefully get access to the board soon to try again.

thank you. This is still open. converse

0 Kudos