When debugging my application and placing a breakpoint somewhere in the code, the application stops and everythning is ok. If I remove this breakpoint or add a new one and then continue (F5 button) to run the application it doesn't resume (in the left down corner it shows ''Runing''). I have to restart the application using the (Ctrl+F5) button. Any Ideas??
I am using ST72F264G2 on the IDB-ST72F264 evaluation board I wirte in ASM. I would like to add that my software is runing on external interrupt and does almost nothing in idle.
the problem happens because, after have reached a breakpoint and have modified it, the program runs in step-mode. Therefore you are no more in real-time mode. I suggest you to not change/add breakpoints after the code has reached it, this will mantain the real-time condition. For more information read page 7 of the inDART-STX for ST7 User's Manual Addendum, provided with the inDART-STX installation package. Regards, Nicola[ This message was edited by: Nicola on 13-05-2004 11:47 ]