User Activity

When reading from the sd card is completed, HAL_SD_RxCpltCallback is executed. But when I use the HAL_Delay() function within the callback, the rest of the code within the callback after that delay doesn't run.Any information about this issue is grea...
Hello, I'm editing a project which reads and write from an sd card. To my understanding, I didn't edit anything about these mechanisms, but now I still get this error message. The error I'm getting is printed in decimal: 8196, which translates to 0x0...
Hey, I am working on a project using the STM32F746 chip and writing and reading to/from an SD card. When reading from the card is completed, HAL_SD_RxCpltCallback is executed, which provides output by sending bytes over UART 8 line. When I read from ...