Hi,
I am able to read status register 0x02 after writing WREN instruction.Now, I am writing single byte of data in memory and I am able to read that data as well, but I am facing a problem at this point such that after writing certain bytes I am not...
Hi, Sorry,I have attached wrong file.I made changes as per your suggestions now I am able to read status register. Now,I just want to read data which I have write.I have attached code for reference
Hello, Thanks.. I can successfully read status register (0x02) after write WREN in memory.Now, I want to write the data in memory and read. Please find the attachment of my code
Hello, as per your suggestion I have made the changes in code. first, I am trying to only read status register in order to just ensure communication between memory and msp432 . thereafter I will try to write data in memory.Steps to read status regist...