Solution is quite simple, I think, move those functions to flash. Implementation is a bit harder
There are two approaches I know of:
- change the linker script (see Mike Gore's posting), works for complete libraries, but not for discrete symbols (but if there is a way, please yell)
- recompile libgcc with certain functions in irom0_text segment, preferrable, I think, but not that easy
Are there other ways to achieve the same?