[ad_1]
I am using STM8 and since vector table is in flash memory I need to write to flash memory in order to create and use vector table. Since addresses of vector tables are fixed my code writes same values to same memory address of the flash on every startup. But there is no erase in the code so I thought after the first write process it won’t do anything anymore. My question is would it reduce the life of flash if I write to same flash memory address on every startup/reset without erasing?
[ad_2]