No debug Zephyr debug runner for STM32N6570-DK
I am doing development for the STM32N6570-DK board in Zephyr. I can build a simply "blinky" project:
$ west build -p always -b stm32n6570_dk ./applications/blinky
And can flash the device:
$ west flash
But when I try to debug:
$ west debugserver
I get this error:
FATAL ERROR: no debugserver runner available for board stm32n6570_dk/stm32n657xx. Check the board's documentation for instructions.
I have tried several variations of specifying the runner, but get an error each time, i.e.:
$ west debugserver --runner jlink
FATAL ERROR: board stm32n6570_dk/stm32n657xx does not support runner jlink
To fix, configure this runner in /home/stuart/ns-iot-dev-platform/zephyr/boards/st/stm32n6570_dk/board.cmake and rebuild.
or
$ west debug --runner openocd
$ west debugserver --runner stlink_gdbserver
etc.
I am running Zephyr v4.1.1.
Can someone please confirm that this chip is supported? Anyone tried to debug with Zephyr? Am I doing something wrong?
Thank you!
