In my testbed, the current CPU frequency is 160MHz.
TRM says, using PLL_CLK as clock source, it can have 3 different values: 80MHz, 160MHz and 240MHz (sect. 3.2.3).
The goal of this task is to enable somehow to change the CPU clock frequency.
TRM seems to be somewhat incompete about this, since merely modifying the value of DPORT_CPU_PER_CONF_REG.DPORT_CPU_CPUPERIOD_SEL does not result in the expected behavior.
Study the implementation of setting the CPU clock frequency in esp-idf.
In my testbed, the current CPU frequency is 160MHz.
TRM says, using
PLL_CLKas clock source, it can have 3 different values: 80MHz, 160MHz and 240MHz (sect. 3.2.3).The goal of this task is to enable somehow to change the CPU clock frequency.
TRM seems to be somewhat incompete about this, since merely modifying the value of
DPORT_CPU_PER_CONF_REG.DPORT_CPU_CPUPERIOD_SELdoes not result in the expected behavior.Study the implementation of setting the CPU clock frequency in esp-idf.