I have a simple program in my STM32F103R6 that lights up LEDs. The program runs fine after programming (using CrossStudio and a CrossConnect Lite), but if I de-power the processor the program does not restart and illuminate the LEDs.
I am running in Flash Debug Mode. Also, it looks like CrossStudio is rebuilding my entire project every time I build (as opposed to simply rebuilding the changed files). Can I make it rebuild only the necessary files. Thanks in advance.
If I reset the target using the JTAG interface it comes back to life, but if I manually reset the processor by bringing the JNTRST to ground the system does NOT come back to life.
If I pull JNTRST to ground while the processor is running the system does NOT reset that I can tell. I assume this is normal.[ This message was edited by: russ1 on 18-07-2008 20:54 ]
1) Is your board an official one? Which one? 2) Are you powering from the JTAG only or second source? 3) If you are powering from other than JTAG - how have you solved ''power supply conflicts?'' 4) Have you scoped 3V3 and confirmed that power ''holds up'' even when many Leds are on? 5) Any chance that your JTAG (or a cohort's) can accept and run under Keil or IAR ''free'' eval version. Nice to know if the problem continues under that circumstance. Sorry I haven't anything more concrete - keep trying...