Does anyone know what might cause my program to run fine when hooked up to the emulator but not run at all when in stand alone operation?
I have been working on a program for the past few weeks, and everything is working great in the debug session with the emulator hooked up. Now that I am done, I want to unhook the emulator and run the program in its own stand alone circuit. When I disconnect the emulator and power up the micro controller, the program does not execute. I have made sure that the micro controller has power, that the ~RST/NMI pin is pulled high, and I have checked to make sure that the address contained at the reset vector location (0xFFFE) is not 0xFFFF.
Any insight would be greatly appreciated.
Thanks!