Kevin Uhlir (N0BEL) wrote:People say its slower, that may be, but I can get, for example, over 10,000 sin() calculations per second, which is well fast enough for what I'm working on.
It's slower (by factor of 12..13) only for the first time. When code gets to the FLASH mapping cache it runs as fast as from IRAM. If your loop is tight enough to fit into 32KBytes of FLASH cache it should be fast.