So, if you just make a

Code:
WRITECODE random_address,random_data
it will NOT make an actual write untill the specific block for the specific chip is completed, right?

And if the power to the chip is cut before this happens, the data will NOT be stored.

So, according to the project, it might be better to wait or write immediatly (and manually) the data to flash.

Ioannis