Skip to content
Snippets Groups Projects
Select Git revision
  • dw-cmsisdap-path
  • max32xxx default protected
2 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    David Brownell authored
    Observed:
    
      openocd: core.c:318: jtag_checks: Assertion `jtag_trst == 0' failed.
    
    The issue was that nothing disabled background polling during calls
    from the TCL shell to "jtag_reset 1 1".  Fix by moving the existing
    poll-disable mechanism to the JTAG layer where it belongs, and then
    augmenting it to always pay attention to TRST and SRST.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    a8234af0
    History
    Name Last commit Last update
    ..