[openocd:tickets] Re: #383 Connection issue from bcm2835gpio with connect_assert_srst on atsamc21g18a

2023-02-17 Thread Luke V
Thanks, that seems to have solved it for me. --- ** [tickets:#383] Connection issue from bcm2835gpio with connect_assert_srst on atsamc21g18a** **Status:** new **Milestone:** 0.11.0 **Created:** Fri Feb 17, 2023 05:43 AM UTC by Luke V **Last Updated:** Fri Feb 17, 2023 08:32 AM UTC **Owner

[openocd:tickets] #383 Connection issue from bcm2835gpio with connect_assert_srst on atsamc21g18a

2023-02-16 Thread Luke V
--- ** [tickets:#383] Connection issue from bcm2835gpio with connect_assert_srst on atsamc21g18a** **Status:** new **Milestone:** 0.11.0 **Created:** Fri Feb 17, 2023 05:43 AM UTC by Luke V **Last Updated:** Fri Feb 17, 2023 05:43 AM UTC **Owner:** nobody **Attachments:** - [error_log

[openocd:tickets] Re: #280 stlink-v2 not working with bcm2835 raspberry pi

2021-04-06 Thread Luke Kenneth Casson Leighton
with the attached patch it has been possible to disable the hard requirement that a target exist, in order to successfully get the STLinkv2 to send JTAG commands out to a general (non-cortex_m) device. that also involved adding in basic settings of ir_capture_mask, ir_length and ir_capture_valu

Re: [OpenOCD-devel] GDB vs. Cortex-m3

2012-05-08 Thread Luke
worms and a potential maintenance burden, but maybe I'm wrong. Thoughts? Luke -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and ho

Re: [OpenOCD-devel] GDB vs. Cortex-m3

2012-05-08 Thread Luke
no issues with newer versions of GDB? Thanks, ~Luke > > -- > Flemming Frandsen - YAPH - http://osaa.dk - http://dren.dk/ > > -- > Virtualization & Cloud Management Using Capacity Planning > Cloud com

Re: [OpenOCD-devel] STM32W

2012-01-25 Thread Luke
ld probably be the simplest to implement, but it might result in more duplicated code between the driver files. I am leaning towards that at first since I don't know how to get info from a .cfg file to the driver. But if this is super easy, maybe people could point me to an exam

Re: [OpenOCD-devel] STM32W

2012-01-24 Thread Luke
STM32w chip was being dealt with. Anybody know about this? If not, I can contact Ember and STM. Thanks, ~Luke -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Micro

Re: [OpenOCD-devel] STM32W

2012-01-24 Thread Luke
of OpenOCD changes in some way that requires changes in the driver files. I'd really like to get this driver working since I have 4 stm32w development boards that are sitting on my desk and need some loving from my JTAG cable :) Thoughts? Thanks, ~Luke --

Re: [OpenOCD-devel] STM32W

2012-01-20 Thread Luke
en mean I would need to write a different driver for the em351/stm32w108cb? Or can this be dealt with purely with configuration files (i.e. the .cfg tcl files)? ~Luke -- Keep Your Developer Skills Current with LearnDevNo

Re: [OpenOCD-devel] STM32W

2012-01-20 Thread Luke
ode: Thread xPSR: 0x0100 pc: 0x08002bf8 msp: 0x2758 So, it looks like something is sort of working, but I'm not really sure. I need to google "MEM_AP_CSW 0x2342, MEM_AP_TAR 0xe000ed00" and see what I can find, as well as "JTAG-DP OVERRUN" Thoughts? ~Luke --

[OpenOCD-devel] STM32W

2012-01-19 Thread Luke
but I am unable to establish a connection from gdb, so I think I must have something wrong. Any help would be greatly appreciated. Sample output when connecting and trying to connect via gdb: http://pastebin.com/avYdJh0G The abbreviated connection looks like: luke@LenovoW510:~/Dropbox/mmd/fi