Skip to content

sunilkumar105/EEPROM_F103C8T6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

THIS LIBRARY IS SOLELY WRITTEN FOR READING AND WRITING DATA FROM STM32 mcu

NOTES :

  1. once written at a specific address, in order to rewrite at the same address or erase that specific data, you will have to erase the page/sector [As per the datasheet of stm flash]
  2. Currently the library is capable of reading and writing HALFWORD, WORD & DOUBLEWORD, You can modify it according to the read write specifications of the specific stm32 flash memory [All of the stm32 flash doesn't have the same flash architecture and specifications]

About

USING THIS LIBRARY, WE CAN READ AND FWRITE DATA INTO THE EMULATED EEPROM (FLASH OF F103CT86)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages