Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


SAI Clock Generator in Slave mode

Hello,

In order to use both SAI_A and SAI_B, both in slave mode, on a STM32L4, I was wondering if the clock SAI_CK clock is used ?
An external device is supposed to provide the BCLK and the FS clock (in my case), and the reference manual says that “When the audio block is defined as slave, the clock generator is OFF.” (p.1328). This makes me think that I don’t need to generate any further clock for the SAI, but under CubeMX, I can change SAI1 and SAI2’s clocks. I can even use an external SAIx clock with an input.
So do I need to provide any clock for the two SAI (which are both in slave mode) with the BCLK and the FS clock ? If not, why CubeMX gives me the possibility to change SAI1 and SAI2 clock ?

Thanks,

Florian