User Activity

Posted on April 30, 2018 at 18:19HiI'm trying to write some test data to SD card by DMA with Nucleo-F767Zi.Every 100ms I write 20 blocks to SD card by calling the HAL_SD_WriteBlocks_DMA() method.I have a counter to record how many times the HAL_SD_W...
Posted on February 20, 2018 at 16:15HiI'm testing F767Zi-Nucleo to write some data to a 16G SD card with no file system.With HAL_SD_WriteBlocks function, everything works fine. I can read out the data that just have been wrote.With HAL_SD_WriteBlock...