User Activity

Hello,I have a program that works in DMA but I would like to put a function to know when the transfer in the DMA is finished so that I can recover the data continuously. Do you have any information on this ? Here is part of my code  HAL_SAI_Register...
Hello, I would like to know if there are people who have already configured the SAI with a CODEC to recover the data ? With this link below: https://wiki.st.com/stm32mpu/wiki/SAI_device_tree_configuration I can see this figure but I don't quite under...
Hello,I would like to use DMA with SAI but I am having difficulty writing the code. Can you check if my code is correct and why I cannot retrieve the RX values ?  /* USER CODE BEGIN 2 */ HAL_SAI_RegisterCallback(&hsai_BlockA1, HAL_SAI_RX_HALFCOMP...
Hello,I found an example on the internet of a project but I don't understand the usefulness of using a Timer 7. Could you tell me why ? Thanks in advance. __IO uint32_t usTick; void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { /* Preven...
Hello,I would like to know how to recover acquisition data ​​and save the data to an SD card. I have this configurationI can compile and communicate with I2C to configure the SGTL5000 CODEC, I enabled DMA too. No errors for this moments.Thank you for...
Kudos from