Skip to main content
chueva2005
Associate II
June 9, 2006
Question

Get start with ST Visual Developement

  • June 9, 2006
  • 2 replies
  • 871 views
Posted on June 09, 2006 at 11:15

Get start with ST Visual Developement

This topic has been closed for replies.

2 replies

chueva2005
Associate II
May 31, 2006
Posted on June 01, 2006 at 01:16

Hi,

I'm tring to use STVD7(Visual Developement) instead of the previous STVD7(Visual Debug) these days.When I prush the RUN BUTTON after successfully BUILD and REBUILD,it always says as follows in the OUTPUT WINDOW.

Program received signal SIGTRAP, Trace/breakpoint trap.

0x8000 in __stext ()

The settings and options I have made are listed below.

DEBUG TOOL:inDART-STX

The third part C compiler:COSMIC C

MCU selection:ST7FMC2N6

Programs:BLDC_3PH_SR_2.0 with generated .h files by AK-ST7FMC Control Panel

I am looking forward to your generous hlep!

thanks

aiwa

pjr
Associate
June 9, 2006
Posted on June 09, 2006 at 11:15

Possibly the watchdog timer. I think in the inDART version of STVD7 the watchdog option bit defaults to hardware start on reset. Change the option bit for software start.

OR you are starting it via software and not resetting it soon enough.

pjr