This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

is writing ready flash this involved?

I was reading up on the flash eeprom and best I can tell for the stm32f chips this is needed.
micromouseusa.com/

Has Keil mdk5 not provided a simple function?

Parents
  • Bit weaselly, the data sheet doesn't talk about EEPROM. Must have been losing sails* because the keyword "EEPROM" wasn't hitting on the parametric search.

    EEPROM doesn't need batteries, ST has an emulation library using FLASH.

    The NVRAM/BKPRAM is within the MPU address space, if the OP has a battery and is comfortable with using that, then map a structure within the NVRAM, copy stuff in/out, or add it to a scatter file.

    *beats detector

Reply
  • Bit weaselly, the data sheet doesn't talk about EEPROM. Must have been losing sails* because the keyword "EEPROM" wasn't hitting on the parametric search.

    EEPROM doesn't need batteries, ST has an emulation library using FLASH.

    The NVRAM/BKPRAM is within the MPU address space, if the OP has a battery and is comfortable with using that, then map a structure within the NVRAM, copy stuff in/out, or add it to a scatter file.

    *beats detector

Children