Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
Qt for MCUs 2.8.1
-
OS: Ubuntu 20.04
Qt Version: Qt for MCUs 2.8.1
Board: STM32H750B-DK
IDE: Qt Creator
GDB: Version installed by the Qt toolchain
Description
When trying to debug an application on STM32H750B-DK target with Qt Creator it fails with the following error:
Warning:
Cannot insert breakpoint 1.
Cannot access memory at address 0x9001eed8
Steps to reproduce the problem:
Followed the official tutorial for setting up debugging for Qt for MCUs; https://doc.qt.io/QtForMCUs-2.8/qtul-getting-started-on-stm.html#debugging
Confirmed that the program runs, but not able to successfully set or hit breakpoints.
Tried placing breakpoints at different locations in the code, but the memory access issue remains.