|
I am a newbie to firmware, but I believe you've just gotten lucky (unless you're using a chip with really fast flash, i.e., supports a zero wait state). As I understand it, the flash wait states are to ensure the signal voltage has stabilized before the result is read by the CPU.
So, it may work for your particular chip. At its current temperature. The next chip you order may not have the same characteristics.
A flash wait state of 1 is not a terribly long delay; it's explained in detail in the CPU's datasheet. Most CPUs that execute out of flash have an instruction prefetch as well as a read cache for the flash, which negates the FWS in most situations.
-Steve
|