2023-06-28 04:17 AM - last edited on 2023-09-08 08:47 AM by Amel NASRI
I'm trying to redesign the STM32F100RBT6B without ST-LINK. something I did from the STM32VLDISCOVERY schematic file. but the redesigned hardware was not working with STM32 ST-LINKER UTILITY. For your reference, I have attached a schematic file
showing the error:
16:19:07: Can not connect to Target!
Please select "Connect Under Reset" mode from Target->Settings menu and try again. If you're trying to connect to a low-frequency application, please select a lower SWD Frequency mode from Target->Settings menu.
16:29:02: No target connected
Solved! Go to Solution.
2023-06-30 10:01 AM
Then there are still two problems:
In addition, I don’t know how you connected your new board to this very old ST-LINK/V1.
Instead, I recommend that you get and use a more up-to-date ST-LINK, e.g. by breaking from any NUCLEO-64
Hope that helps?
Regards, /Peter
2023-06-29 02:05 AM
Welcome @saran, to the community!
If you connect the board to an external ST-LINK, what kind of ST-LINK is it?
You have an 80 MHz crystal in the schematics at HSE. Do you realise that the STM32F100RBT6B can only work with max. 24MHz crystals?
Regards
/Peter
2023-06-29 09:44 PM
Thanks for your response, sir.
In the schematic, I have wrongly mentioned as 80MHz. But in reality, I have using 8MHz in the circuit.
I have designed the board with reference to the STM32VLDISCOVERY board. For programming, I took the parallel connection from the Debugger of the STM32VLDISCOVERY board.
For your reference, I have given below the product link,
https://www.st.com/en/evaluation-tools/stm32vldiscovery.html
Thanks in advance
Regards,
Saran
2023-06-30 10:01 AM
Then there are still two problems:
In addition, I don’t know how you connected your new board to this very old ST-LINK/V1.
Instead, I recommend that you get and use a more up-to-date ST-LINK, e.g. by breaking from any NUCLEO-64
Hope that helps?
Regards, /Peter
2023-06-30 09:39 PM
I will check and update you Mr. Peter