Set sdcard "temporary write protect" bit - STM32f7
Hi.I'm working on a project with a STM32F722 and a microSD card. I'm using HAL_SD & FatFS.I want to modify the CSD of the SD card to set the "temporary write protect" bit to 1, to protect the card from accidental writes.It is my understanding you can...