We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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