|
From: Carl M. <car...@ke...> - 2019-04-19 17:01:44
|
Here you go.
Also, the board config:
# Uses an STM32F423ZHT3
# Debug probe is an ST-link/V2
source [find interface/stlink-v2.cfg]
transport select hla_jtag
source [find target/stm32f4x.cfg]
reset_config srst_only
$_TARGETNAME configure -event gdb-attach {
halt
}
$_TARGETNAME configure -event gdb-attach {
reset init
}
On Fri, Apr 19, 2019 at 12:12 PM Paul Fertser <fer...@gm...> wrote:
> Hello,
>
> Why do you omit the ML from CC?
>
> On Fri, Apr 19, 2019 at 12:09:57PM -0400, Carl Mitchell wrote:
> > Yes, the reset line is connected. There's a 10pF cap to ground, but
> that's the
> > same for all the lines. And it works with ST's gdbserver (and ST's flash
> > utility), so I doubt it's the hardware.
>
> Please show a -d3 output from OpenOCD, it might give more clues.
>
> --
> Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
> mailto:fer...@gm...
>
|