Hi,
while debugging in simulator(no hardware), I am using step one line. However, on certain line it gets stuck and doesn't go to next line.
It stucks here:
while(CeUnstableCount) { if(IE_XFER) How to come out of this and go to next line execution?
It looks like that your software is blocked by an access to a peripheral that is not simulated.
You may manually modify the value of the variable (i.e. set IE_XFER to 1) or use signal functions to "partly" simulate the behaviour of the peripheral.
See: www.keil.com/.../uv4_df_signalfunctions.htm