2016-07-26 12:09 PM
Hello all,
I've recently acquired an STM32 Nucleo-F103RB evalutation board. I've used STM32 cube to generate a sample program for both free versions of atollic true studio and IAR for ARM. When trying to program/Debug the board most of the time I get something like this:when lucky I'm able to debug some lines of code but if I stop the debug session it won't be possible to resume. Even with the stm32 utility I get this:I've measured the voltages on the board they are ok! when connected to USB the drive appears and downloading a .bin from mbed site works.So, I ask you, what does it look like? Sw problem or damaged board?In case of damaged board how does ST handle this?Thanks in advanced, Best regards, Mauro. #!stm32-!cubemx-!bug-!hardware2016-07-26 12:15 PM
Did you use sleep modes? I check SWD in CUBE.??
2016-07-26 12:26 PM
Hello dembek.radoslaw.001, thank you for your reply,
On Cube I've selected this evaluation board and the pins for SWD are already selected. I have no sleep modes not intentional at least.Best regards, Mauro.2016-07-26 01:40 PM
Does using ''Connect Under Reset'' help? How about strapping BOOT0 High?
Low power, WFI loops, reprogramming JTAG/SWD pin functionality...2016-07-29 08:09 AM
Hi maurosmartins,
Try to use the last version of ST-Link from here -Hannibal-