NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
c4017 has joined #openocd
<c4017> Ran into an issue where on some boards, xPSR starts at 0x00000000 (not thumb mode), and some starts at 0x01000000 (thumb mode) I load code into RAM using `load_image`, then start the code by resuming from the reset handler, like `resume 0x200101ad`. On the non-thumb boards, this leads to a core lockup.
<c4017> Question is, is it expected that I have to manually set xPSR before `resume`? This fixes the issue, but seems like it should be done automatically
<c4017> This it armv7 btw
marex has quit [Ping timeout: 246 seconds]
marex has joined #openocd
Hawk777 has joined #openocd
rkta_ has joined #openocd
rkta_ is now known as rkta
nerozero has joined #openocd
<PaulFertser_> c4017: I'd expect it to be automatic, agreed. Can you create a ticket so that's not forgotten and visible on the mailing list?
c4017 has quit [Quit: Client closed]
Hawk777 has quit [Quit: Leaving.]
Haohmaru has joined #openocd
PaulFertser_ is now known as PaulFertser
wingsorc has quit [Ping timeout: 246 seconds]
erhankur has joined #openocd
nvmd has joined #openocd
erhankur has quit []
Hawk777 has joined #openocd
Haohmaru has quit [Ping timeout: 272 seconds]
nvmd has quit [Quit: WeeChat 3.8]
nerozero has quit [Ping timeout: 272 seconds]
wingsorc has joined #openocd
zjason has quit [Read error: Connection reset by peer]
zjason has joined #openocd
c4017 has joined #openocd