FocusPaul wrote:
This means, that code execution is fetched from Flash, which is quite slow compared to RAM, right?
But isnt't reading from flash awkward slow, so that CPU is always waiting for some code to be fetched?
Does running the whole prog from RAM instead of ROM _can_ give a significant boost?
That depends on the MCK. as long as you don't need flash wait states the execution speed is similar.
FocusPaul wrote:
What are disadvantages of running from RAM compared to ROM?
as long as you have enough RAM there is no disadvantage.
regards
gerhard