User Activity

I am using a X-NUCLEO-CCA02M2 shield with the Nucleo F401RE board. When I try to run the Microphones_streaming example in mono mode, decimation factor set to 48 (by changing the PDM_Clock_Freq to 768), for any sampling rate, the PDM_Filter function t...
Hello everyone,I am facing an issue while trying to interface a 24-bit PCM mic with the STMH743ZI2 microcontroller using I2S2 in master receive mode with 24-bit data in a 32-bit frame(set using CubeMX). Although I have placed the I2S buffer in the ad...
I am trying to use the I2S2 interface in Master Rx mode with the Nucleo 401RE and X-Nucleo-CCA02M2 audio shield. I enable the SPI2 global interrupt in NVIC settings, setup the required GPIOs and generate the code. I want to receive data from the on-b...