I'm reading a register through JLINK using -EDITED BY MOD TEAM, DISCUSSING J-LINK SDK API IN PUBLIC IS A LICENSE VIOLATION!-
I'd like to read this register multiple times, it's a register that once read, changes to the next byte of data in a buffer so I read it 10000 times to get the data buffer.
This leads to a long time over multiple cycles as I go debugger -> JLINK -> SWD -> device -> SWD -> JLINK -> debugger
I'd like to be able to ask the JLINK to read this register 100 or more times and just give me the whole data back in one go ?
Is this possible ?
I'd like to read this register multiple times, it's a register that once read, changes to the next byte of data in a buffer so I read it 10000 times to get the data buffer.
This leads to a long time over multiple cycles as I go debugger -> JLINK -> SWD -> device -> SWD -> JLINK -> debugger
I'd like to be able to ask the JLINK to read this register 100 or more times and just give me the whole data back in one go ?
Is this possible ?