SAI peripheral: separate kernel clocks for Block A and Block B?
I am working on a project based on the STM32WB55VG. I am trying to use SAI Block A as a PDM interface to receive data from two digital microphones. I would also like to use SAI Block B as an I2S interface to output audio data to an amplifier.
In RM0434 Figure 376, the SAI functional diagram shows two separate kernel clocks for SAI Block A and SAI Block B:
However, looking at the clock tree in Figure 15, it appears that there is just one single kernel clock connected to the SAI peripheral:
I would like to use two separate kernel clocks so I can support two different audio frequencies for the input and output audio paths. How do I access the separate sai_a_ker_ck and sai_b_ker_ck?