help validating SPI command for MX25R device

Thread Starter

yef smith

Joined Aug 2, 2020
756
Hello , I Want to Write data to this device and read from it.using the manual shown bellow.
For writing At first i though i should do those two commands:
1st command {0x06};//write enable command
2nd command {0x01,0x2F,0xEF,0xD8}; //write status register based on the table bellow
But then i saw The PP command which from Fig30 shown bellow which starts with 0x02.
So I assume that in order to Store data on this device i need to add 0x02 to my sequence as followingsend MSB first )

1st command {0x06};//write enable command
2nd command {0x02,0x01,0x2F,0xEF,0xD8} PP sequence and Write STATUS register the data 0x2F,0xEF,0xD8.
did i assembled the sequence correctly for this command?
Thanks.

https://www.macronix.com/Lists/Datasheet/Attachments/7461/MX25R8035F, Wide Range, 8Mb, v1.6.pdf
1599165753718.png

1599165790162.png
 
Top