All Projects → nimaltd → Ee

nimaltd / Ee

Licence: gpl-3.0
EEPROM emulation for stm32.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ee

stm32bl
STM32 MCU serial firmware loader (jet another stm32loader fw bootloader tool)
Stars: ✭ 22 (-79.82%)
Mutual labels:  flash, stm32
Pystlink
Python tool for flashing and debugging STM32 devices using ST-LINK/V2
Stars: ✭ 138 (+26.61%)
Mutual labels:  stm32, flash
yupi
🎲 open source gaming emulator for flash based games
Stars: ✭ 28 (-74.31%)
Mutual labels:  flash, emulation
Runcpm
RunCPM is a multi-platform, portable, Z80 CP/M 2.2 emulator.
Stars: ✭ 192 (+76.15%)
Mutual labels:  stm32, emulation
Stm32 Bootloader
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
Stars: ✭ 541 (+396.33%)
Mutual labels:  stm32, flash
Lwmem
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Stars: ✭ 92 (-15.6%)
Mutual labels:  stm32
Stm32 Bootloader
UART bootloader for STM32 microcontroller.
Stars: ✭ 97 (-11.01%)
Mutual labels:  stm32
Retropie Setup
Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Stars: ✭ 9,308 (+8439.45%)
Mutual labels:  emulation
Stm32pio
Automate managing of STM32CubeMX + PlatformIO projects
Stars: ✭ 89 (-18.35%)
Mutual labels:  stm32
Jesfs
Jo's Embedded Serial File System (for Standard Serial NOR-Flash)
Stars: ✭ 104 (-4.59%)
Mutual labels:  flash
Uwb Node
Local Positioning System Development Kit, use STM32F411C + MPU9250 + LPS22HB + DWM1000
Stars: ✭ 99 (-9.17%)
Mutual labels:  stm32
Rs Nes
A work-in-progress NES emulator written in Rust
Stars: ✭ 95 (-12.84%)
Mutual labels:  emulation
Uwb Adapter
Local Positioning System Development Kit, use STM32F411C、DWM1000
Stars: ✭ 92 (-15.6%)
Mutual labels:  stm32
Esp8266
Esp8266 Atcommand driver for Stm32
Stars: ✭ 97 (-11.01%)
Mutual labels:  stm32
Cpm8266
Z80-CP/M2.2 emulation on ESP8266 NONOS SDK + the NoSDK from cnlohr
Stars: ✭ 91 (-16.51%)
Mutual labels:  emulation
Cargo Embed
a cargo extension for working with microcontrollers
Stars: ✭ 100 (-8.26%)
Mutual labels:  flash
Firmae
Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis
Stars: ✭ 91 (-16.51%)
Mutual labels:  emulation
Awesome Emulators Simulators
A curated list of software emulators and simulators of PCs, home computers, mainframes, consoles, robots and much more...
Stars: ✭ 94 (-13.76%)
Mutual labels:  emulation
Stm32generic
Generic implementation of Arduino for STM32 boards
Stars: ✭ 98 (-10.09%)
Mutual labels:  stm32
Vita3k
Experimental PlayStation Vita emulator
Stars: ✭ 1,329 (+1119.27%)
Mutual labels:  emulation

EEPROM emulation STM32 series library

This is the EEPROM emulation STM32 HAL Library
You can add your MCU config.

  • [x] F0 tested.
  • [ ] L0 tested.
  • [x] F1 tested.
  • [ ] L1 tested.
  • [ ] F2 tested.
  • [ ] F3 tested.
  • [x] F4 tested.
  • [x] L4 tested.
  • [ ] F7 tested.
  • [ ] H7 tested.

How to use this Library:

  • Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
  • Include Header and source into your project.
  • Config "eeConfig.h".
  • Call ee_init().
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].