User Activity

I am using the STM32H743I-EVAL2 and have been trying to get the SD card initialization working. During the execution of HAL_SD_Init() --> HAL_SD_InitCard() --> SD_PowerON(), HAL_SD_ERROR_CMD_RSP_TIMEOUT is returned.I was originally using code generat...
I am developing firmware for the STM32F413 that uses FreeRTOS, and I need to create a queue set. Thus far, I have been unable to find a way to enable queue sets in CubeMX. Obviously I can manually go into FreeRTOS.h and change the configuration const...