Hi Pranav, In the register file you had attached, the 1st line you have shown: "SPI_SENDDATA(0x1F 02 ); // Page 0" However, I believe this should have been what is shown below instead if your intent was to set the Page Register to Page 0: "SPI_SENDDATA(0x1F 00 ); // Page 0" Please see the commented register file attached. Initial writes are on Page 2 instead of Page 0 as intended. (Please visit the site to view this file) Regards, Hooman
↧