Hi all,
I want to connect SD card on SPI interface and want to write 521 bytes of block to SD card.
The Block Write process (writing to SD card) time is around 150ms-200ms max and controller will receive a 10ms interrupt every time, while writing a block. and control will go to ISR.
My question is how I can hold the block write operation at every 10ms. And once control is back from ISR will it continue write operation for remaining bytes in the block.
Kindly Help in this regard,
Amit