2006-04-03 06:39 AM
Restart ST7 after unplugging power supply
2006-03-14 08:42 PM
Hi.
Before i used indart softec debugger and i had no problems with reset. now i am using rlink from raisonance, and what amazing is: micro does not do self-reset after power on if rlink connected to the board. Try to unplug your debugger. And read the following post, may be it will help you: http://mcu.st.com/mcu/modules.php?mop=modload&name=Splatt_Forums&file=viewtopic&topic=3719&forum=12006-03-15 03:30 AM
ok,
I'm going to look at that. But I don't know how to do only a reset. So I'm going to focus on simple reset... thanks2006-03-20 01:05 AM
Hi,
I try to be clean. The reset pin is Vdd after I release reset button. With or without in-Dart, when I use reset button the micro stop but doesn't restart. So, I think that the label _stext haven't been defined. Luca, you said that stext is defined in the start up file : crts.s. I find this file in a Cosmic folder and there is a ''jump'' to main inside. But can you explain to me how the link between my file and crts.s is done ? Because I think that this file is not in micro. Thanks [ This message was edited by: Orlando on 20-03-2006 14:43 ]2006-03-20 01:27 AM
2006-03-21 03:08 AM
when I launch a debug session ... I try to find in the dissassembly window the memory address 0xFFFE and I just have the :
0xFFFD < __vectab+29 0xFFFF < __vectab+31 Could you tell why I don't have the memory address FFFE ???? A the beginning of the memory I have : 0xE000 < __stext 0xE001 < __stext+1 0xE004 < _exit main.c:29 Thanks2006-04-03 06:39 AM
Hi Orlando,
how did you programm your micro? by entering the debug session only, or by programming feature of InDART? What about oscilator, is it working after reset?