GithubHelp home page GithubHelp logo

ximtech / flashmemory Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 47 KB

Library for writing and reading to the inner flash memory

License: MIT License

CMake 51.10% C 48.90%
stm32 c low-layer flash-memory library

flashmemory's Introduction

FlashMemory

STM32 Low Layer(LL) library. Flash memory is a non-volatile storage medium that can be electrically erased and reprogrammed.

At now only STM32F4 is supported
NOTE: This is NOT an EEPROM library. Data can't be overwritten. Only after memory erase

image

Features

  • Id over memory address mapping
  • Auto type scale for id
  • Works with all standard data types
  • Easy to use and add to project
  • No HAL dependency

Add as CPM project dependency

How to add CPM to the project, check the link

CPMAddPackage(
        NAME FlashMemory
        GITHUB_REPOSITORY ximtech/FlashMemory
        GIT_TAG origin/main)

Project configuration

include_directories(${includes}
        ${FLASH_MEMORY_DIRECTORY})   # source directories

file(GLOB_RECURSE SOURCES ${sources}
        ${FLASH_MEMORY_SOURCES})    # source files

Then Build -> Clean -> Rebuild Project

Usage

  • Usage example: link

flashmemory's People

Contributors

ximtech avatar

Watchers

 avatar

Forkers

jbasu2013

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.