KindOne has quit [Read error: Connection reset by peer]
KindOne has joined #openocd
nerozero has joined #openocd
Hawk777 has joined #openocd
gzlb has quit [Ping timeout: 255 seconds]
gzlb has joined #openocd
ayaka_ has joined #openocd
<ayaka_>
is possible that set different adapter speeds for different target? likes we have many Access ports in a DAP, some of them can't work in a higher speed
<borneoa___>
ayaka_: the adapter speed is only one and is the speed of the JTAG or SWD clock. But there is a parameter configurable on each access port that is the delay between request and response. I don't remember the command .... I need to check the manual....
<ayaka_>
because adjusting the delay is a little complex, than just adjusting the clock speed
MGF_Fabio has joined #openocd
<Hawk777>
dap memaccess IIRC
<borneoa___>
Hawk777: yes, thanks!
<borneoa___>
ayaka_: the command is a little tricky because you have to select that AP with dap apsel, then set the value with memaccess. Humm, but that's for JTAG only...
<ayaka_>
I see, I only use JTAG port now. I would try every APs then
<ayaka_>
while there is still a critical problem for me, only software breakpoint would work but not hardware breakpoint
<ayaka_>
but gdb would refuse to help in this way(cannot read system control register in this mode: (USR : 0x10))
merethan has quit [Ping timeout: 260 seconds]
jn_ has joined #openocd
jn_ has joined #openocd
ayaka_ has quit [Ping timeout: 260 seconds]
vampirefrog has joined #openocd
merethan has joined #openocd
wingsorc has quit [Ping timeout: 256 seconds]
slobodan has joined #openocd
damex has quit [Ping timeout: 255 seconds]
damex has joined #openocd
MGF_Fabio has quit [Ping timeout: 264 seconds]
MGF_Fabio has joined #openocd
Haohmaru has quit [Quit: saionara]
MGF_Fabio has quit [Ping timeout: 245 seconds]
nerozero has quit [Ping timeout: 268 seconds]
<borneoa___>
ayaka: yes linux erases all HW breakpoints during boot. You can avoid it by adding to the cmdline: initcall_blacklist=arch_hw_breakpoint_init
<karlp>
thatsounds like helpful most of the time, but "why is this your business linux?!" the rest of the time :)
Hawk777 has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
shibboleth has joined #openocd
<bencoh>
uh, that's good to know
c4017 has joined #openocd
<borneoa___>
karlp: I think linux uses the debug unit for some tracing process. And probably for KGDB