cancel
Showing results for 
Search instead for 
Did you mean: 

Get start with ST Visual Developement

chueva2005
Associate II
Posted on June 09, 2006 at 11:15

Get start with ST Visual Developement

2 REPLIES 2
chueva2005
Associate II
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 II
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