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

applet.memory.25x: support 4-byte addressing #666

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 9, 2024

  1. applet.memory.25x: support 4-byte addressing

    Flash devices larger than 32 MB have a couple of different ways of
    supporting 32-bit addressing. Add support for two of the most common
    ones, and raise an error if attempting to access an address unsupported
    by the current addressing mode.
    
    Since 4-byte mode and EAR both set volatile registers which will have an
    effect on subsequent commands, perform a reset on the flash chip at
    startup.
    duskwuff committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5f2b4b2 View commit details
    Browse the repository at this point in the history