From: Paul F. <fer...@gm...> - 2024-04-23 19:47:39
|
On Tue, Apr 23, 2024 at 05:50:45PM +0000, Rob Meades wrote: > Interesting: attached find the [non-debug I'm afraid] log output > from a success case using OpenOCD with the Zephyr west tool, plus > the openocd.cfg file it employs. You can just manually change that openocd.cfg to add "debug_level 3" in the beginning and that should give you full debug log for comparison. > However, if I power the board down entirely and modify the > reset_config line in my own stm32u5.cfg file to be the same as this > I still, unfortunately, get the problem. Please show new debug log with this. Normally target config doesn't specify reset config, it's part of whole setup on the board+adapter level. Only srst_gates_jtag/srst_nogate belongs to the target config, it tells OpenOCD whether communication under reset works, luckily ST does the right thing there so it should always be possible to attach to a target with SRST asserted. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |