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

Update README and improved TDO sync performance #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 27, 2020

  1. improved delay wait time function

    Spamming pulseClock causes the TDO mismatches as the uP because desynced from the jtag chain.
    
    Should be tuned as per instructions given in XAPP085 but a base value of 1 is still better than the current implementation.
    SchemingWeasels committed May 27, 2020
    Configuration menu
    Copy the full SHA
    f302d45 View commit details
    Browse the repository at this point in the history
  2. fix wrong pin def

    TDO is defined as PB5 in ports.h
    
    Added updated info to the instructions
    SchemingWeasels committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7460a84 View commit details
    Browse the repository at this point in the history