Newbie Question regarding Codewarrior, plz help!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Newbie Question regarding Codewarrior, plz help!

2,343 Views
RChapman
Contributor I
This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.
 
Posted: Wed Jul 13, 2005 10:31 pm   
 
I'm using CodeWarrior V3.0

What do I do to make Codewarrior upload the program into the MCU MC908QY4 and it would automatically and continuously execute the program without waiting for me to press the Start/Continue button from the True-Time Simulator Debugger?

I want the MCU to be totally independent from the debugger because whenever I close the debugger, the MCU would stop. Please help!

Thanks in advance.
 
Posted: Mon Jul 18, 2005 12:03 pm     
 
Hi 

What kind of programmer are you using?
Let me know!

Posted: Fri Jul 29, 2005 2:20 pm    

Hi,

To do so, you need to program your MCU and unplug the programer.
Also remove High voltage from IRQ and the MCU will start in USER mode.
In this case, it automatically fetch the reset vector.
If you used Code Warrior wizard (Not Proc Expert, just the project creation wizard), it will automatically call the main() function in your soft.

Regards,

 


Labels (1)
0 Kudos
0 Replies