try to use the latest version of Jlink driver because it implements a new reset type for cortex-M3 devices and may be it fixes your problem. http://www.segger.com/download_jlink.html Rgds
I'm new to the STM32, but I love it. I have the IAR STM32-SK KickStart kit. I was 'playing' with the DMA examples in AN2548, specifically Example1. I modified the code to use AIN15 instead of AIN14 because the IAR board has a Pot on AIN15. The example worked well. But, when I try to reprogram the STM32 with another appl., I get errors from the JTAG/Debugger. The part can not be reprogrammed. I found out if I reprogam the STM32 with the code from AN2557, the In Application Programming example, it works! Then I can reprogram it with what ever I want. Can anyone explain what causes this? Thanks, B.K.