Question
uSDcard sector or block handling
Posted on June 27, 2016 at 16:48
we try to use a uSDcard efficiently to log process Data. This works great. Now we would like to erase certain sectors in order to have a kind of a ''ring buffer'' for these process Data.
We can't find any documentation for such low level chip handling, (similar to flash handling onchip flash in STM32 chips). Has anyone any experience in this? Or is the controller on a uSDcard ''hiding'' everything? Erase a file using Fatfs does not really erase anything but just mark something as erased.