Skip to main content
Visitor II
June 4, 2009
Question

the program will stop at some random places without breakpoint

  • June 4, 2009
  • 2 replies
  • 711 views
Posted on June 04, 2009 at 08:08

the program will stop at some random places without breakpoint

    This topic has been closed for replies.

    2 replies

    jerry2399Author
    Visitor II
    June 4, 2009
    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

    jerry2399Author
    Visitor II
    June 4, 2009
    Posted on June 04, 2009 at 08:08

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