Hello
I assume when you say application is working when loaded through CW True Time simulator you did load your application onto et target through a USB Multilink cable.
Am I right?
So basically when you load the application from CodeWarrior debugger it is running, but it does not run when it starts stand alone after you programmed the s19 file into the part.
Am I still right?
I would check following points then:
When trying to generate a stand-alone application, check following points.
• The reset vector must be initialized in the S19 file.
• Make sure that the COP (or watchdog) is appropriately handled or disabled.
• Make sure that all the registers initialized in the files “startup.cmd” and “reset.cmd” are initialized in the application startup code.
CrasyCat