This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SPI flash Write in U-boot

Guru 20755 points

Hello,

I am using U-boot 3.20.00.11 with Atmel SPI flash AT45DB321D.
After erase I see that the page is filled with 0xffff...

On writing (using the commands given from u-boot sf write\sf erase etc.) the specific byte is written, but surprisingly I see the contents of other bytes in the page (in different offset) which were written before the erase in other offset .

Is it something anyone familiar with ? Should I upgrade the Atmel driver ?

Best Regards,

Ran