This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I written code on F28062 using SPI protocol to interface with SD CARD. Here I found that the data is overwrite on same memory location (Using Write command = 0x5800 or 0x5900)without using erase function. I want to confirm that is it possible to overwrite the data on same memory location without using of erase ( ERASE = 0x6600) command.