User Activity

Hello, I am working on a project where I implemented various peripherals including a SAI configured in DMA mode. I have defined a 1024 samples buffer and used the Half and Full callbacks to fill it. Everything worked perfectly. However, I quickly rea...
Hello,I know, this problem might require a careful look into the code but I would like to ask for advice about where to start from.Basically my problem is that the code does not enter in the while(1). I have the impression that this problem arised wh...
dear all, my STM32H7 based project implements three DMA streams, one for a SAI peripheral, a second one for the ADCs and the third one for UART comm.static void MX_DMA_Init(void) { /* DMA controller clock enable */ __HAL_RCC_DMA1_CLK_ENABLE(); /* DMA...
Dear all, I am using SAI in STM32H7 to control an external audio codec. Everything works fine except the fact that when I look at the actual sampling frequency (SAI FS signal ) I measure 45.5kHz rather than 44.1kHz as specified in the init. The clock...
Dear all,I would like to generate some very simple sounds using the WM8994 audio codec on the stm32h750 discovery board. I have seen the examples from the stm32Cube repository as well as some examples from C. Noviello. Unfortunately, I am struggling ...
Kudos from