User Activity

Hello,I would like some advice on understanding a code with an example provided with the STM32L5xx evaluation board. I have this code below : /* Initialize the data buffer */ for(int i=0; i < PLAY_BUFF_SIZE; i+=2) { PlayBuff[i]=*((__IO uint1...
Hello, I would like to know how to install CubeMX and in which directory should I install it so that STM32CubeIDE can recognize it ? Thank you
Hello,I have a STM32L552E-EV, and I would like to know how to detect the RESET button ?Thank you for your helps.
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 ...