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
STM32 with LCD 2004 + I2C, can't communicate
I am using a STM32F030F4P6 MCU and a LCD 2004 with PCF8574T I2C display driver. I have tried the library from this tutorial: https://controllerstech.com/interface-lcd-16x2-with-stm32-without-i2c/. I h...
Wolfiwolf
Votes: 0
Answers: 1
Code inside #ifdef SYMBOL [...] #endif is omitted, but SYMBOL is defined - STM32CubeIDE
the Story
I use Symbols to control if a specific piece of Code should be included in the build or not - as most probably everyone working with C/C++ (and others) does. In this particular case I use tw...
Chris_B
Votes: 0
Answers: 1
I get an Error when setting PCROP STM32H7 (STM32H743)
Goal
I'm trying to set a PCROP area on my STM32H743VI microcontroller, but I'm getting the error code HAL_FLASH_ERROR_OB_CHANGE when executing HAL_FLASH_OB_Launch() and my PCROP area is not set.
The r...
Dugnom
Votes: 0
Answers: 1