Simulator hang

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

Simulator hang

1,026 Views
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?
Labels (1)
Tags (1)
0 Kudos
1 Reply

206 Views
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 Kudos