Associate
April 23, 2018
Solved
Master clock generator in SAI1
- April 23, 2018
- 7 replies
- 2499 views
Posted on April 23, 2018 at 07:40
Hello.
MCU: STM32L432KC. I'm trying to use SAI1 peripheral in master mode with master clock (MCLK) generation. I've found MCLK has drop pulses. You can see this at attached picture.
Clock configuration:1. LSE with crystal 32768 Hz;2. MSI with PLLMODE enabled;3. RCC registers values:CR = 0x0C0000BFICSCR = 0x106F008CCFGR = 0x0PLLCFGR = 0x00001071PLLSAI1CFGR = 0xA8012B00CCIPR = 0x0CSR = 0x1C000600Is i missed something?Thanks.