Unable to upload blink program, Error: No debug probe detected. #2467
Replies: 3 comments 10 replies
-
You need a STLink with swd.... |
Beta Was this translation helpful? Give feedback.
-
Hi I am facing the same issue with another STM32 board. I am trying to program it but I am getting the following error: I have the STM32CubeProgrammer and I am trying to use the dfu mode to program. I am holding down the boot button as I upload the code as well. Any other suggested solutions?? |
Beta Was this translation helpful? Give feedback.
-
Just wanted to acknowledge all the support that I see "hitting my mailbox"!
A lot of work!
Merçi Beaucoup/vielen Dank/Shukran/Arrigato etc.😉 (I only know to say it
in 13 languages, but spelling! Not!)
…On Thu, Mar 27, 2025, 16:52 Frederic Pillon ***@***.***> wrote:
Arduino call the cubeprogrammer cli....
—
Reply to this email directly, view it on GitHub
<#2467 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGBMPKVZXXSLHCIA7ORV6W32WQGBJAVCNFSM6AAAAABZYSYXFOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRUGI4DONI>
.
You are receiving this because you are subscribed to this thread.Message
ID: <stm32duino/Arduino_Core_STM32/repo-discussions/2467/comments/12642875
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I'm using the below board.
https://robu.in/product/stm32f401ccu6-minimum-system-board-microcomputer-stm32-arm-core-board/
Program I tried to upload
void setup() {
pinMode(B10, OUTPUT);
}
void loop() {
digitalWrite(B10, HIGH); delay(1000);
digitalWrite(B10, LOW); delay(1000);
}
Resulted monitor while upload,
Sketch uses 10816 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 880 bytes (1%) of dynamic memory, leaving 64656 bytes for local variables. Maximum is 65536 bytes.
-------------------------------------------------------------------
STM32CubeProgrammer v2.17.0
-------------------------------------------------------------------
Error: No debug probe detected.
Expected behavior
Upload completed
Obtained result below.

Desktop (please complete the following information):
Board (please complete the following information):
Please excuse if its a asimple solution. I read through the forums for hours with no hints.
I registered my acccount with stm32duino forum but seems it will take time for ur team to approve my request. so there will be a delay to raise this question. so I posted here. please help.
Beta Was this translation helpful? Give feedback.
All reactions