The SRAM is not any less reliable than the flash. (Flash could wear out, but I doubt you'll manage that for the flash cells that store the interrupt vectors.) Additionally, reading SRAM uses slightly less power than flash. In practice, the biggest problem appears to be moving other data (i.e., the stack) out of the way.
↧