User Activity

STM32CubeIDE is not 'seeing' the arm_math functions, although I have installed them and I have #included arm_math.h
I have written code for the STM32F769-Discovery card to read in analogue audio, convolve it with a relatively long FIR, then output the result as analogue audio. My code compiles with no errors, no warnings, but I get no output from the card.  I am ...
My project compiles with no errors and no warnings. Debug configuration generates a .bin, but Release configuration will only generate a .elf, that STLink will not use under Windows. I have tried selecting C/C++ Build ->Settings ->Tool Settings ->M...
STM Support gave me stm32f7xx_discovery_audio.c & .h, but .c will not compile under EWARM, giving over 100 errors. Can someone please tell me how to configure, compile and use stm32f7xx_discovery_audio.c please ?Regards,Martin James Lawrence
I have generated a project for the STM32f769 Discovery board using STM32CubeMX, to read in audio from the Line In jack, convolve the audio with a long FIR filter then output the audio to the Line Out jack. I am using the EWARM IDE. stm32f7xx_hal_d...
Kudos from