 
					
				
		
 
					
				
		
 
					
				
		
 
					
				
		
 
					
				
		
CBB wrote:
CodeWarrior Dev. Studio V6.2 (is this what you wanted?)
Yes.
Yes. A default project will (or at least seems to) run, but it gives the same error message...
You mean in the simulator? If so, again, the simulator has issues.
There is a SCI interface that we are using to output variables from memory. These variables end up being garbage, but the same garbage each time.
So it sounds like a clock issue. What are you using for the clock? Which mcu chip is it? Is it a demo board or one of your own design? Did you use PE or write the code or sample code?
 
					
				
		
 
					
				
		
 
					
				
		
 
					
				
		
 
					
				
		
 
					
				
		
CBB wrote:
If I run my code in the chip simulator, it gives me a warning of "Reset vector not initalized". In my code, I have the reset vector set to the start of the code, and If I look at the memory on the microcontroller, FFFE-FFFF is set to the start of the code.
Is there some possible conflict somewhere that I should look at?
The simulator has issues.
Is this also the reason that the code will execute correctly when a debugger is being used, but not when there is no debugger present?
No. The simulator is not the same as the debugger. Usually timing - in the debugger things run with different timing.
