Simulator hang

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

Simulator hang

1,353 次查看
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 回复

533 次查看
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 项奖励
回复