cancel
Showing results for 
Search instead for 
Did you mean: 

the program will stop at some random places without breakpoint

jerry2399
Associate II
Posted on June 04, 2009 at 08:08

the program will stop at some random places without breakpoint

2 REPLIES 2
jerry2399
Associate II
Posted on June 04, 2009 at 02:04

Right now I'm debugging a project compiled by Cosmic C, the dubugger is inDART-STX and the IDE is STVD7, the MCU we use is ST7Lite2, the problem is when I run the code without breakpoint, the program will automatically stop at some random places, you can run it again and it will stop at another random place again, but you can run it step by step, the debugging message is presented as below:

Program received signal SIGTRAP, Trace/breakpoint trap.

0xe8eb in main () at main_hwua.c:131

131 gus_Temp0-- ;

Thanks in advance

jerry2399
Associate II
Posted on June 04, 2009 at 08:08

maybe the hardware issue, running on another board is ok.