Question
Ensure code running in RAM
Ref: stm8s flash entire new program - how? - STMicroelectronics Community
How do I ensure that an entire routine, and anything that it might call, is running in RAM? I think there is a RAM() macro around, for example, the flash write methods so can I place this around my own routine and will this "filter down" to all called routines or do these also have to be similarly flagged?
