Code Warrior HCS08

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

Code Warrior HCS08

Jump to solution
1,108 Views
joby
Contributor I
Hi, I am developing a program using codewarrior HCS08. The program is getting hanged in the beginning " void _EntryPoint(void){ }" while running.. If I remove a function ( LCD Initialization) the program is running properly.. Could anyone suggest a solution for the problem
Labels (1)
Tags (1)
0 Kudos
1 Solution
340 Views
CrasyCat
Specialist III
Hello
 
Hard to figure out what is going on without more information.
Some points you may want to check:
  - Is the Watchdog (COP) enabled? Can you try to disable it or clear it some place.
  - Are you able to step through the code or is the application really staying frozen in the
    EntryPoint function?
  - What is displayed in the Assembly component? Is that valid code? 
 
- Which version of CodeWarrior are you using?
To retrieve that info:
- Start CodeWarrior
- Select Help -> About Freescale CodeWarrior
- Click on "Install Products"
- CodeWarrior version used is displayed on top in the Installed Products dialog.¨
 
CrasyCat

View solution in original post

0 Kudos
1 Reply
341 Views
CrasyCat
Specialist III
Hello
 
Hard to figure out what is going on without more information.
Some points you may want to check:
  - Is the Watchdog (COP) enabled? Can you try to disable it or clear it some place.
  - Are you able to step through the code or is the application really staying frozen in the
    EntryPoint function?
  - What is displayed in the Assembly component? Is that valid code? 
 
- Which version of CodeWarrior are you using?
To retrieve that info:
- Start CodeWarrior
- Select Help -> About Freescale CodeWarrior
- Click on "Install Products"
- CodeWarrior version used is displayed on top in the Installed Products dialog.¨
 
CrasyCat
0 Kudos