I have developed an application for an LM4F232H5QC using CCS 5.2 using a XDS560 emulator. It is time to move from emulation to embedded testing. When I stop the emulation from CCS the app is still running. When I power-down and disconnect the emulator, the app is still running. When I cycle power to the target device, the application does not appear to run. One of the first things the application does is to send out a CAN message; this message is not detected after disconnecting and cycling power, indicating the application has not gotten past initialization.
What do I need to do to get the application to run after disconnecting from the emulator and cycling power?