Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • 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 jus…