Skip to main content
Associate III
July 25, 2024
Solved

Flash memory - STM32F030C8 Erase Cycles

  • July 25, 2024
  • 2 replies
  • 1275 views

Hello 

I'm using STM32F030C8.

I'm writing the code because I want to use the internal flash memory like rom.

Is there a set number of times I can write in internal flash memory?

If there is a related document, I would like to see it.

Thank you.

Best answer by Tesla DeLorean

https://www.st.com/resource/en/datasheet/stm32f030c8.pdf

Endurance 1000 cycles

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
July 25, 2024
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
giwonKIMAuthor
Associate III
July 25, 2024

1 cycle means 1 time write?

Tesla DeLorean
Guru
July 25, 2024

You can journal across all the flash words in a page, you may write each flash word once.

You must erase page before changing content, you can erase each page >= 1000 times

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
giwonKIMAuthor
Associate III
July 25, 2024

Thank you.

 

Now I understand about that.

 

I am always grateful for your response.