STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SAI1 DMA Callback Issue

Hello everyone,I'm currently working on a project using the STM32H723VE microcontroller and have encountered a problem with the SAI1 peripheral. Previously, I developed my code on the STM32H723ZG Nucleo and everything worked perfectly, including the ...

Resolved! PDM microphone as "DSD over USB" (or network)

Not just an idea, something to verify:"PDM microphone via USB or Network"Instead of doing the PDM2PCM conversion (inside MCU) - send the PDM bit stream to a host PC at it is. We can do the PDM to PCM conversion, e.g. with Python scripts, on a host PC...

PDM_verification.png
tjaekel by Lead
  • 3561 Views
  • 1 replies
  • 0 kudos

Resolved! What is a good approach to measure the time it takes to receive each I2S sample when using DMA from a CODEC into my STMF446 when using interrupt callbacks?

Hi, in my current audio processing set up I have a CODEC set as master connected to my STM32F446RE (slave). The current configuration utilizes I2S DMA interrupt callbacks to handle the input and processing of these samples received. The CODEC receive...

AP.10 by Associate II
  • 487 Views
  • 5 replies
  • 0 kudos

Full Duplex I2S (SPI/I2S1) DMA Issues

Hello,I'm working on an audio application using a NUCLEO-H723ZG, where I am trying to setup two DMA channels for full duplex audio. I am using the Zephyr RTOS with a modified I2S driver I am writing since the one in mainline zephyr is non-functional ...

SPI doesn't work with PDM mic

Hello guys, I'm testing a PDM mic with the nucleo-h723gz to capture in polling mode. Now I tested it with the I2S peripheral and I don't have any problem at all. But when i try to use the SPI I don't get any data: my buffer remain empty and the regis...

_legacyfs_online_stmicro_images_0693W00000FBzkg.png
LLavr.1 by Associate II
  • 540 Views
  • 2 replies
  • 0 kudos

Resolved! PDM microphone and filter options

I have compared my platforms using PDM microphones related to PDM to PCM and filtering:Platform 1:STM32H747 (Portenta H7), with SW PDM2PCM filter (and optional to add post-processing)Platform 2:STM32U5A5 with ADF filter (in MCU) or external PCMD3180 ...

PDM_MIC_comparison.png PDM_Filter_compare_animated.gif

Resolved! STM MCUs: how to sync Audio IN and OUT?

This is more an experience report.I want to get audio from an INput source and forward to an OUTput sink. And both should stay in sync "forever" (I do not want to have a clock drift, I do not want to have the condition to skip a sample or to add one,...

scope_timing.png

How to interface STM32F411 to CODEC SSM2604

Hello, I'm new to the forum and I want to ask about how to make the I2S connection between an STM32F441RETx and an SSM2604 Audio CODEC.Here are the corrections:My doubt is on how I should connect the Serial Data pins from the CODEC to the MCU. Should...

Labels