Question
Connection to F100 Discovery board lost with a Cube project
Posted on July 27, 2015 at 01:12
I have a Discovery board with
STM32F100RB MCU
. It looks like thishttp://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF250863?sc=stm32vldiscovery
When I program it with software from it's pagehttp://www.st.com/web/en/catalog/tools/PF257914
The JTAG/SWD connection is normal but when I program a hex file from Cube the connection is immediately lost. 02:07:19 : [GPIOToggle.hex] opened successfully. 02:07:21 : Memory programmed in 0s and 359ms.gpiouart1
is a Cube project. 02:07:46 : [gpiouart1 Con1_27_07.hex] opened successfully. 02:07:49 : Memory programmed in 0s and 578ms. 02:07:51 : Disconnected from device. 02:07:51 : Connection to device is lost: check power supply and debug connection. 02:07:51 : If the target is in low power mode, please enable ''Debug in Low Power mode'' option from Target->settings menu. I can't find any big differences in IDE settings. Only include files are different. So not a Keil problem, I think. Yes, It is getting late, but what could be the problem.