User Activity

Hi.Has anyone got an example of how to trigger an ADC from a Timer, and, then use the DMA to transfer the results from the ADC to a buffer in RAM.I've looked everywhere I know, and cant seem to find a working example of this type. I have tried to get...
Hi Everyone. I have a question relating to my project, and I think I have it tracked down to one problem area. As a hobbyist, I don’t get the time to work on my projects as someone working in the Industry does, and figuring it all out take so much lo...
Hi Everyone. I'm modifying a the example project "ADC_RegularConversion_DMA" for the STM32F4-Discovery board.I now want it to work via TIM2 trigger. I would like TIM2 to trigger the ADC, and then the DMA to transfer the ADC result to a buffer.The pro...
Hi everyone.I have edited my original question, it seems I haven't the permissions to delete. I found the original issue to de data alignment.Thanks
Hi.I'm working on a STM32F4-Discovery board, and I'm having trouble linking the PDM2PCM Library into my project. I have run the example project located in the STM32F4-Discovery folder called "Audio_playback_and_record" and it works fine.I have copied...