Simulator hang

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Simulator hang

1,351件の閲覧回数
Dekabrist
Contributor I
Hello, I working with PE project in to CodeWarrior for DSC56800E v8.2.3 with Simulator, but every time Simulator go to infinite looping in file cpu.c (/* Wait for clock stabilization */ & /* Set the clock prescalers */). How disable this looping for Simulator debugging?
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

531件の閲覧回数
trytohelp
NXP Employee
NXP Employee

Hi,

 

For my understanding you created a project for board.

For sure you can use the simulator but during the initialization the program is awaiting board feedback.

This could not occur in simulator.

To avoid that you must comment this line (doing the loop for ever).

 

Regards

Pascal

0 件の賞賛
返信