2023-03-12 11:51 AM
I am trying to add SAIA support to my CubeIDE project on a Nucleo-H723. I have configured SAIA as Master with Master Clock Out and expect to see MCLK, FS, SCK at pins 14, 16, and 18 on CN9, but there is no output. Shouldn't these signals appear after initializing SAIA?
Solved! Go to Solution.
2023-03-13 04:47 AM
The clocks usually start only when you start some kind of transfer.
2023-03-13 01:59 AM
Make sure you supply kernel clock to given SAI module.
Read out and check related RCC , SAI and GPIO registers' content.
JW
2023-03-13 04:47 AM
The clocks usually start only when you start some kind of transfer.
2023-03-13 10:29 AM
You are correct!
Thanks,
MikeH