Hi, thanks for the answer.
Unfortunately I don't have so much pages to spend for parameters saving.
I found out another method:
I use only one page.
luckily I need only 15 bit for the parameter, so I have 1 bit in the word that I can use like "bookmark".
If the bookmark is 1 the cell is free and I can write on it, if the bookmark is 0 the cell is used.
I can use a number of cells < 256 (I use 64). I write on the first cell that has the bookmark == 1. (when I read I use the last cell with bookmark ==0). When I used all the cells I make an erase page and I reastart from the beginning.
I use the HFM driver for read write (unbuffered) and page erase.
Bye Jack