Skip to main content
Visitor II
February 20, 2026
Question

stm32f446re SAI with DMA transfer

  • February 20, 2026
  • 1 reply
  • 137 views

I'm trying to make audio equipment using stm32f446re board and pcm5102 module. When I used the audio equipment, when I sent music using i2s communication, the output came out well, but when I finished DMA setting after selecting i2s protocol in sai, the output didn't come out smoothly. (DMA checked operation using callback)
Also, I checked pcm5102 can be operated no external sck.
What's the problem?

 

화면 캡처 2026-02-20 232429.png스크린샷 2026-02-20 232458.png

 

 

1 reply

Andrew Neil
Super User
February 20, 2026

Welcome to the forum.

Please give more details about your setup:

How to write your question to maximize your chances to find a solution

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.