What are the steps to use internal Flash of the micro-controller as EEPROM instead of using external EEPROM. What cares need to be taken?
How to use Flash as EEPROM? What care need to be taken?
799 views Asked by Amit Tandel At
1
There are 1 answers
Related Questions in MICROCONTROLLER
- ESP32 Consequtive Interrupt WDT Timeout Exception
- STM32G030 refuses write to flash
- can't configurate VL53l0x api
- STM32L011K4Tx Compare toggle not working as expected
- How to get PC of first instruction of inline asm block (C)?
- ESP-32 (FreeRTOS): The serial monitor prints unknown symbols (???) instead of a string
- SWO on a Blackpill board
- I2C LCD1602 interfacing with PIC16F877A
- J-Link script to flash program in S32K144 (allow security)
- Design of a function that modifies from 1-4 values of a register
- Is it possible to change values of the zephyr-rtos configuration file prj.conf using CMake arguments?
- Memory Aliasing to a specific Flash Sector
- How to make a proper delay in a microcontroller?
- USART to serial monitor/pc STM32
- How to use a c++ class as wrapper for timer-interrupts on RP2040 (RPPico)
Related Questions in FLASH-MEMORY
- Write data to mtd and mtdblock
- Stm32 Problem with reading from Flash memory (incorrect data)
- ESP32C3 Flash memory overflow
- How can I learn How much KB do we use (fill) our Flash Memory in Keil uVision?
- How to Store User Data to NOR Flash Memory using Xilinx ISE Impact?
- Is there any other way to write to Flash memory other than PROGMEM?
- ESP32-c3 Flash encryption is acting not as intended
- Reading from Flash: TMS320F28069M
- This is a qustion about STM32F407VET6's Flash memory area over the 512kb
- ESP32-C3 FLASH encryption using Platformio
- How to store Audio files like MP3,WAV & AMR in Flash memory W25Q64FV(winbond)?
- C program initialize flash memory and detect it was initialized
- How to write variables to stm32 flash memory
- Emulating QSPI NOR Flash in QEMU
- Use hex file to manually load code on stm32
Related Questions in EEPROM
- SPI - R/W to ST95P08 EEPROM
- I2C Communication with Tiva TM4C123GXL
- 8051 Keil c51 Unable to properly use the INTERNAL EEPROM, on 89c52 or STC12C5A60S2
- Might there be a bug at the EEPROM write simulator in ATMEL/Microchip Studio?
- having problem modifying timer and eeprom using interrupt in AVR
- need a 24c32 eeprom simple library, to read 1 page into a buffer, and write/transfer the buffer contents back to a selected page in the eeprom
- How can I reset the internal address counter in Giantec GT24C64A EEPROM?
- Is there a way to overwrite error counter in SLE4428 card?
- AT24C04 EEPROM Byte write
- STM32F429 run away after the first time burning the program
- FlexNVM Data Corruption When Power Cuts Off During Data Write
- I will write an eprom driver.This writing process will be based on address and size.Iwill write it in Clanguage
- STM23L412 Flash Erase and Programming (EEPROM Emulation) Issue
- Datasheet says EEPROM address is 0xA0 but it worked for me on 0x50. Is there a particular reason to right-shift bits?
- Saving Values in STM32f769i Disco Board
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Thanks for the efforts @jszakmeister.
I googled & found following answers. Just writing here so that if anyone need, he/she can refer.