fix(esp_pm): Constrains the minimum frequency of APB_MAX when the modem is working

This commit is contained in:
wuzhenghui
2023-07-14 15:24:44 +08:00
parent ec82d1489e
commit 2b600df4ee
10 changed files with 13 additions and 12 deletions
+1
View File
@@ -146,6 +146,7 @@
#define CPU_CLK_FREQ_MHZ_BTLD (80) // The cpu clock frequency (in MHz) to set at 2nd stage bootloader system clock configuration
#define CPU_CLK_FREQ APB_CLK_FREQ
#define APB_CLK_FREQ ( 40*1000000 )
#define MODEM_REQUIRED_MIN_APB_CLK_FREQ ( 80*1000000 )
#define REF_CLK_FREQ ( 1000000 )
#define UART_CLK_FREQ APB_CLK_FREQ
#define WDT_CLK_FREQ APB_CLK_FREQ