User Activity

Hi, I'm having some issues mounting my SDCARD on my board. I'm trying to write data to the SD card using SDIO 4-Wire and I'm using a STM32h745 Nucleo board with a Waveshare Adapter but so far, I've been unsuccessful in getting the SD card initialised...
I'm trying to use FreeRTOS to write ADC data to SD card on the STM32F7 and I'm using V1 of the CMSIS-RTOS API. I'm trying to use mail queues and I have a struct that holds an array. typedef struct { uint16_t data[2048]; } ADC_DAT...