2017-06-05 02:24 AM
Hello,
I've designed a custom board using STM32F103RBT6. To debug the custom board I've got the STM32F103 Nucleo-64 board. As mentioned in the User manual of Nucleo 64 board(UM1724) page 18, section 6.2.4, I've connected the CN4(VDD, SWCLK, GND, SWDIO, NRST) connector to my custom board connector, I've brought all the debug pin on a single connector in my custom board.
Now I configured the peripherals using cubemx and using atolic studio for coding and debugging, whenever I click debug, I'm getting No device found on target.
I've checked voltages on my custom board, I'm getting 3V3 volts.
Also what should be connected to Boot0, 3v3 or gnd or shoud be kept open.?
Can anyone please help me in solving this issue.
Regards
Praveen
#stm32f103rb #stm32 #discovery ##nucleo-642017-06-15 01:20 AM
Hello Zhitai,
On the reset pin I'm getting 3v3 when I power my board, I'm also getting 3v3 when I connect my custom board to the Nucleo 64 board with the CN4 connector. Only when I click the debug option the voltage on reset pin goes from 3v3 to millivolts(low).
Regards
Praveen
2017-06-15 02:26 AM
Please check your debug setting! (I am not familiar with TrueStudio)
did you choose SW port? You must not choose JTAG port.
Also check you connect&reset options.
Good luck!