I want to store sensor measurements taken every 2.5ms persistently. Does a write to the internal flash happen faster than this? Can I safely assume that the internal flash write will not alter the flow of my program execution (e.g. stop the 2.5ms timer while it is being written)?
Documentation on the pstorage module does not seem to reference any kind of general timing.