Skip to content
Snippets Groups Projects
  • bbartels's avatar
    e4276530
    quad: Fix I2C polling function freezing issue · e4276530
    bbartels authored and dawehr's avatar dawehr committed
    Using the original Xilinx polling I2C send functions, if a slaved
    NACKed, then the polling function would poll forever (infinite
    loop). Copied the Xilinx function into our src and added a check
    for NACK.
    
    This resolves #1
    e4276530
    History
    quad: Fix I2C polling function freezing issue
    bbartels authored and dawehr's avatar dawehr committed
    Using the original Xilinx polling I2C send functions, if a slaved
    NACKed, then the polling function would poll forever (infinite
    loop). Copied the Xilinx function into our src and added a check
    for NACK.
    
    This resolves #1