Code Warrior HCS08

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,640件の閲覧回数
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 解決策
872件の閲覧回数
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 返信
873件の閲覧回数
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 件の賞賛
返信