Code Warrior HCS08

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Code Warrior HCS08

跳至解决方案
1,119 次查看
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
标签 (1)
标记 (1)
0 项奖励
1 解答
351 次查看
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 项奖励
1 回复
352 次查看
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 项奖励