2023-05-15 07:13 AM
Hi everyone,
I'm trying to program a pcb which has STM on it as MCU. Using Nucleo board Stlink but it gives error.
Target no device found
Error in initializing ST-LINK device.
Reason: No device found on target
Solved! Go to Solution.
2023-05-15 08:00 AM
Hello @Mine ÇETİNKAYA ,
It could be damaged, issues with power supply, or not wired up correctly.
If NRST pin is connected you can use "connect under reset" to try an wrestle control.
Use STM32 Cube Programmer
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-05-15 08:00 AM
Hello @Mine ÇETİNKAYA ,
It could be damaged, issues with power supply, or not wired up correctly.
If NRST pin is connected you can use "connect under reset" to try an wrestle control.
Use STM32 Cube Programmer
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-05-16 01:34 AM
Thank you for your reply,
It was about power, I forgot to supply power for PCB. Now, It works!
Thanx a lot again,
Mine