Re: JLink target power

2022-12-10 Thread Rolf | Onethinx
Hi Antonio, You’re correct, I forgot to mention, I additionally removed the if (!jaylink_has_cap(caps, JAYLINK_DEV_CAP_READ_CONFIG)) {…} and if (!jaylink_has_cap(caps, JAYLINK_DEV_CAP_SET_TARGET_POWER)) {…} lines To skip the checks (otherwise it would fail indeed). I’ll read the guidelines and h

Re: JLink target power

2022-12-10 Thread Antonio Borneo
On Sat, Dec 10, 2022 at 4:03 PM Rolf | Onethinx wrote: > > Hi, > > There is a problem with setting JLink power on. JLink has a possibility to > feed the target hardware from the J-Link debugger. > > There is a command already in OpenOCD: `jlink config targetpower on`, however > the current imple

JLink target power

2022-12-10 Thread Rolf | Onethinx
Hi, There is a problem with setting JLink power on. JLink has a possibility to feed the target hardware from the J-Link debugger. There is a command already in OpenOCD: `jlink config targetpower on`, however the current implementation does not work. The target power has to be ON before the `in