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

Fix problems with LPC1768 EEPROM flash emulation #12503

Merged
merged 2 commits into from
Nov 22, 2018

Commits on Nov 21, 2018

  1. Remove duplicate calls to PrepareSector

    Some of the flash memory API calls require that a call to PrepareSector is made before they are used. However this call is already made by the LPC1768 framework so the calls in this code are not required.
    gloomyandy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    60bbfb9 View commit details
    Browse the repository at this point in the history
  2. Ensure correct alignment of ram buffer

    The LPC176X flash API requires that the RAM buffer used for write operations must be word aligned. This change ensures that this is the case.
    gloomyandy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    ebc6bec View commit details
    Browse the repository at this point in the history