STM32H563ZI Nucleo "device unknown" with everything but STMCubeProgrammer

I'm having trouble getting GDB to recognize my brand new STM32H563ZI Nucleo board on Linux. The board has never been programmed.
Current situation:
- st-info tool detects the programmer but not the target (works fine with our F1, F4, and H7 boards)
- STM32CubeProgrammer can access the board successfully (verified, and did a chip erase)
- Board provisioned state is OPEN
- Using Cube command line tools (CLT) results in "TARGET UNKNOWN ERROR 32"
- VS Code debug session (GDB) fails to recognize the target
My matching linux env udev rule:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", \
MODE="660", GROUP="plugdev", TAG+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1", \
SYMLINK+="stlinkv3_%n"
Has anyone encountered similar issues with the H563ZI Nucleo? Any suggestions would be appreciated.
