Home arrow Support arrow Forums

Luminary Micro Forums

johnmciv

Fresh Boarder

2006/12/12 11:50

Examples compile and load, but won't run

Having a problem running example code. I followed through the quickstart to see if everything was working correctly. I got the "hello" project built and loaded with no errors. I switched in debug mode, got the message about "eval version". Select RUN from the debug menu, and nothing happens. No display on the board, nothing seems to be running in the code window. Just seems to be stopped. I can use the step commands ok, but was not getting any response from the eval board. Also .. The demo program - game - all seemed to be working fime when I first powered the board up.

Any ideas? Am I missing something simple?

login or register to reply

LMI Dan

Moderator

2006/12/12 11:58

Re:Examples compile and load, but won't run

Which "hello" project did you load?

Make sure you opened the project for the Evaluation kit and not the Development kit. If you used the examples in the Keil software tree, look here for the evaluation board version:
/Keil/ARM/RV30/Boards/Luminary/EV-LM3S811/hello

Sometimes users incorrectly load the example for the Development board located here:
/Keil/ARM/RV30/Boards/Luminary/DK-LM3S811/hello

login or register to reply

johnmciv

Fresh Boarder

2006/12/13 10:06

Re:Examples compile and load, but won't run

Thanks that was the problem, works great now.

login or register to reply