2025-09-25 8:03 PM - last edited on 2025-09-26 1:26 AM by mƎALLEm
I want to connect the STM32L433VCT6 to the TLV320DAC3100 using SAI communication.
Where should I connect the TLV320DAC3100's MCLK, BCLK, WCLK, and DIN pins on the STM32L433VCT?
Solved! Go to Solution.
2025-09-26 12:20 AM
MCLK -- Master Clock
WCLK = FS = LRCK -- Word Clock = Frame Select = Left-Right Clock
BCLK = SCK -- Bit Clock = Serial Clock
DIN/DOUT = SD -- Data In/Out = Serial Data
Then, in the datasheet, you'll find to which pins are these signals connected, for the selected SAI's A or B portion (example is from a different STM32 than yours):
JW
2025-09-26 12:20 AM
MCLK -- Master Clock
WCLK = FS = LRCK -- Word Clock = Frame Select = Left-Right Clock
BCLK = SCK -- Bit Clock = Serial Clock
DIN/DOUT = SD -- Data In/Out = Serial Data
Then, in the datasheet, you'll find to which pins are these signals connected, for the selected SAI's A or B portion (example is from a different STM32 than yours):
JW
2025-09-26 12:43 AM
Thank you for your reply.
I understand.
I'll check it right away.