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

STM32F4 EEPROM emulation #370

Merged

Commits on Apr 23, 2023

  1. STM32F4 EEPROM emulation in flash

    -STM32F4 EEPROM emulation in flash implemented in one of the available 128Kb sectors
    -modified load crc evaluation to allow read empty memory
    -modified eeprom erase with additional system commands to only take effect after $SS command
    Paciente8159 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    60da8ca View commit details
    Browse the repository at this point in the history
  2. added FLASH inverted login to STM32F1

    -added FLASH inverted login to STM32F1 (read/write)
    -fixed APB clock prescaller
    Paciente8159 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    92d99d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6824c50 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Code cleanup

    Paciente8159 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ea08f9a View commit details
    Browse the repository at this point in the history