python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Warn : GDB connection 1 on target STM32F103C8Tx.cpu not halted undefined debug reason 8 - target needs reset in Linux Ubuntu 21.10
I'm using STM32CubeIDE on Kubuntu Linux and when I want to program my microcontroller it gives me this error
Image
Error while trying to upload the code
CubeIDE console error
Open On-Chip Debugger 0.1...
Mohammad Mahdi Mohammadi
Votes: 0
Answers: 0
nucleo-f746zg board programming with openocd
I have a nucleo-144 board with stm32f746zg MCU. I'm trying to program the board with openocd, using gnu make and the makefile generated from stm32cubemx. I've added following line to my makefile to au...
mehdi
Votes: 0
Answers: 1
Maxim MCU & Eclipse and OpenOCD
I have a fresh install of Maxims Micros SDK and I am having an issue when I try to debug or even run on target. I get the following output
Open On-Chip Debugger 0.11.0+dev-g4f85f7914 (2021-12-16-1...
Edwin Fairchild
Votes: 0
Answers: 0
wsl ubuntu debug stm32 with openocd in vscode
When I call openocd which is linux executable , it give me :
./openocd -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s /mnt/c/Users/Administrator/Deskt...
chris riz
Votes: 0
Answers: 1