nader wrote:
> is it only mean high tempture?(85 C)or more?
Temperature no doubt has an effect, as do manufacturing tolerances. That
is to say, what works on one chip may well not work on another otherwise
identical one, at least not across the whole temperature range.
Basically all bets are off reliability-wise if you exceed the
manufacturer's specs.
If you are intending to write to flash at runtime, you might also need
to test that to ensure it works reliably, or restore the wait state
during write operations.
I suppose power consumption and heat may also increase by over-clocking
the flash; heat is seldom an issue on ARM parts, but if the application
is battery powered, consumption may be important. Might be worth testing
that if it is a concern.
Clifford