2004-05-12 11:15 PM
2004-05-04 11:54 PM
Hi,
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??2004-05-10 04:21 AM
Hi,
Can you tell which micro, which version of the toolset and which debuging target you are using ? Without those information we can't help you. Regards2004-05-12 09:09 PM
Hi,
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.2004-05-12 11:15 PM
Hi Gilat,
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 ]