Hello,
I am using a SPI interfaced NAND Flash to store my per second result data by RTC interrupt for every second. Storing of data is successfully done. But a irregular error event has been found in SPI bus. For particularly one minute the logged data(60sec data) in NAND Flash is missing for uneven time. Sometimes it will occur continuously for two to four hours. Sometimes the error is not occurring it store the data smoothly without loss.
The same result data is transmitted Through UART by using a timer delay for every second.
Is there anything conflicting with SPI bus, What will be the error here? and what are the ways to debug this?