|
|
|
|
|
by phkahler
2780 days ago
|
|
>> Except most M0 cores will have 1 or 2 cycle internal flash memory reads, and this has slow external flash. With 16K cache. I'm not sure how you ensure consistent performance though - make sure your code will all fit in 16K, but is that enough? And what about the first time through? |
|
16k cache is likely enough to ensure stable performance of any given function and any tight loops you're using but will probably not be enough for the entire program so you'll still have misses that cause slow downs but it'll probably not be terribly noticeable unless you're trying to ensure timing over large functions.