Re: [OpenOCD-devel] ARM cannot reset

2012-06-18 Thread Justin Drake
Thanks guys. The problem was that my FTDI chip was pulling the reset pin down, and needed its configuration EEPROM to be properly set. Justin On Mon, Jun 18, 2012 at 11:05 AM, Robbie Dinn wrote: > On 18/06/12 10:31, Justin Drake wrote: > > I'm using OpenOCD and GDB to load executables through

Re: [OpenOCD-devel] ARM cannot reset

2012-06-18 Thread Robbie Dinn
On 18/06/12 10:31, Justin Drake wrote: > I'm using OpenOCD and GDB to load executables through JTAG to an ARM chip. Up > until now, the ARM chip (an STM32) was in an evaluation board, and I got > things working. Now, a custom built board containing the *exact same* ARM > chip has arrived, and I

Re: [OpenOCD-devel] ARM cannot reset

2012-06-18 Thread Peter Stuge
Justin Drake wrote: > What could explain that I cannot halt the ARM chip on my new board? The debug connection is a likely candidate. Compare the eval board schematic with the custom board schematic. //Peter -- Live Sec

[OpenOCD-devel] ARM cannot reset

2012-06-18 Thread Justin Drake
I'm using OpenOCD and GDB to load executables through JTAG to an ARM chip. Up until now, the ARM chip (an STM32) was in an evaluation board, and I got things working. Now, a custom built board containing the *exact same* ARM chip has arrived, and I cannot load executables to it. Comparing the Open