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

imxrt-flash: fast read fix for ISSI NOR flash #335

Merged
merged 1 commit into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. imxrt-flash: fast read fix for ISSI NOR flash

    ISSI NOR chips use selecteble dummy cycles to support fast read command.
    For 133 MHz fast read should include 11 dummy cycles (default is 6). To
    set correct number of dummy cycles:
    
     - FCFB and flexspi_init() use 60 MHz clock and normal read
     - add custom ISSI commands and nor_issiInit()
     - add flexspi_postinit() which switches to final 133 MHz clock
    
    DONE: RTOS-128
    ziemleszcz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    036e0ae View commit details
    Browse the repository at this point in the history