2013-10-29 04:51 AM
Hi
I wonder if there are any negative side effects when changing the system clock speed dynamically. I have an I2S audio samples transfer running (via DMA) and therefore, the CPU is put into sleep mode and the DMA interrupt wakes it up periodically. During this sleep period, the system clock is set to 8 MHz. When the CPU wakes up, the clock speed is set back to 64 MHz. Is this a bad idea? How does DMA / I2S cope with changing system clock speed?Btw, it's a STM32F3 Discovery board.Any advice is appreciated.2013-10-30 10:39 AM
ok, thanks a lot for your explanation!