cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with STVD7 2.5.3

adib
Associate II
Posted on May 13, 2004 at 08:15

Problem with STVD7 2.5.3

4 REPLIES 4
adib
Associate II
Posted on May 05, 2004 at 08:54

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??

alain2399
Associate II
Posted on May 10, 2004 at 13:21

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.

Regards
adib
Associate II
Posted on May 13, 2004 at 06:09

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.

nciot
Associate II
Posted on May 13, 2004 at 08:15

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 ]