I tried to write to the flash memory on the module via QSPI but there are problems getting the correct data written on the memory.
There are wrong bytes on the beginning of the written data.
I already tried to wait for the erasing process to be completed before writing to it, no success. The memory is page aligned and I tried my best to check whether the problem lies in this, but even shifting the address I got from calculating the start address of a page did not solve my problem. Has anybody got experience in writing to this device?