2016-05-15 11:53 PM
Hi,
I am using STM32L4x6 MCU. I am trying to reduce the overall power consumption. For that I am running MCU @ 2MHz in LP Run mode. Currently the SDMMC1 transfer clock is set to 800KHz. But I want to increase while keeping MCU in LP Run mode. When I am trying to increase it to even 1MHz, the SD card stops working. So is it possible to increase the clock for SDMMC1?Thanks,Dhaval #stm32l4 #sdmmc1 #lp-run2016-05-18 12:09 AM
Can someone please help me here?
2016-05-18 04:10 PM
The pool of respondents here is pretty shallow.
You'll need to look over the clock tree in the reference manual, and understand from there what your options are. You will likely need to make sure not to create a clock inversion, ie where clocks slow down in the wrong direction, or where specific clocks need to be X or 1/X times faster than the bus they are attached too.2016-05-19 05:24 AM
Thanks Clive. I will check it accordingly.