Week 3: SPI Communication
This week I continue on the working of SPI. The main problem is the writing through the page border of EEPROM. To write across the page, it is required to resend the write command and assigned new address. Firstly, I wrote a code that will keep refresh the address inside a for loop whenever the address reached the page border. After finishing and testing the code, I asked Dr. Shawn for review. He told me there is a problem on Read more