Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set SWDCLK and fix jtag_reset bug #534

Merged
merged 2 commits into from
Dec 30, 2016
Merged

Commits on Dec 29, 2016

  1. - Fixed bug where stlink_jtag_reset in stlink_open_usb() was never be…

    …ing called because the STLINK version was being checked before it had been initialized
    
    - Added support for stlink_set_swdclk() to adjust the SWD clock speed.  For example, to set at 4Mhz, 1.8Mhz, 900Khz, etc similar to in the official ST-LINK utility.  NOTE: The default when STLINK is powered appears to be 1.8Mhz (looked at scope traces) but it retains whatever was set before.
    jkhax0r committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    4c69cae View commit details
    Browse the repository at this point in the history
  2. Fixed tab->space

    jkhax0r committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    bdf2db6 View commit details
    Browse the repository at this point in the history