User Activity

Hello, I would like to have advice, I see this video about SD Card :https://www.youtube.com/watch?v=I9KDN1o6924&t=359sAnd in the video (5:30) I can see DMA tab via CubeMXBut with me I don't have this tab, do you know why ?I have STM32L552E-EV Evaluat...
Hello,I would like to understand the code to carry out my software integration :  /* Configure SD pin detect */ __SD_DETECT_GPIO_CLK_ENABLE(); __HAL_RCC_PWR_CLK_ENABLE(); And This refers to lines of code that I am lost, for the first line ...
Hello,I would like to know if it's possible to configure my evaluation board HSI, I have this code and I would like to adapt it on my evaluation card and see if it is compatible with the rest :  // HSI // void SystemClock_Config(void) { RCC_...
Hello,I  would like to know how to update STM32CubeIDE (and probably STM32CubeMX) correctly ? The last update I lost all my programs, do you have any links, information or advice on this subject ?THANKS
Hello,I recover from a project but when I compile there are errors.And yet this file exists in the projectI think that in this tab the configuration is not correct, how can I change the configuration so that it is taken into account in my workspace ?...