User Activity

So my stm32h7 works fine using regular interrupts. But when doing it via DMA, void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef *adc)is never called.I enabled ADC global interrupt and BDMA channel0 global interrupt.circular buffer,continuous conversion...
I am trying to get the PCM1808 ADC working on my STM32H7 using Cube IDE, but get stuck regarding endianness.I understood STM32 is little endian and i2s is big endian. I am trying to receive 24 bit data via DMA but when reading my DMA buffer I am not ...
I'm using an STM32 H7 and CubeIDE, As the title states, When placing a breakpoint at HAL_UART_TxHalfCpltCallback, it is triggered.But when placing it at HAL_UART_TxCpltCallback it is never triggered, it used to work, but I don't know where it went wr...
I figured to increase the volume of the pcm data i just multiply it, because it is pretty much a sine wave sampled? I use this to increase the volume of the audio from the microphone connected to i2s and it works great. I do this when the audio is st...
Kudos from