STM32H743ZI: GDB info all-registers
failing
#1088
Labels
bug/fixed
component/st-util
error/gdb-server
os/linux
os/macOS
programmer/STLINK/V3
V3SET / V3MODS / V3MINI / V3MINIE / V3E / V3EC
status/resolved
status/resolved-verified
target/stm32h7
Milestone
I made serious effort to avoid creating duplicate or nearly similar issue
Programmer/board type: [STLink V3]
Operating system and version: [macOS 11.1 and Raspberry Pi OS 01-2021]
Stlink tools version and/or git commit hash: [v1.6.1-201-g4bfaab0]
Stlink commandline tool name: [st-util]
Target chip (and board if applicable): [STM32H743ZI (on NUCLEO-H743ZI2 dev kit)]
I'm trying to read the registers of the H7 with
arm-none-eabi-gdb
usinginfo all-registers
. The Nucleo is connected to the debugging server via USB and the onboard STLink v3. This behavior is the same when st-util is running on a Raspberry Pi or on MacOS.With st-util, I get the following error after running
info all-registers
:arm-none-eabi-gdb
output:st-util -v99
output (relevant section):The GDB command
info registers
functions as expected, it's theall-registers
part that seems to be tripping stlink up.OpenOCD is able to run
info all-registers
(using OpenOCD 0.11.0-rc1+dev-gbd1adcf-dirty and the board/st_nucleo_h743zi.cfg profile):The register values for OpenOCD are different due to being in different points in the code; the point is that there are a bunch of registers that st-util can't read.
Thanks!
The text was updated successfully, but these errors were encountered: