2006-06-09 02:15 AM
Get start with ST Visual Developement
2006-05-31 04:16 PM
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 aiwa2006-06-09 02:15 AM
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