I'm seeing this
Code: Select all
error: pll_cal exceeds 2ms!!!
error: pll_cal exceeds 2ms!!!
What does this error mean?
I haven't seen anyone else writing about this error.
I'm using ESP-WROOM-02 and SDK VERSION:1.5.3(aec24ac9)
This seems to be unrelated to software, because it happens when my user_init is like:
Code: Select all
void user_init(void) {
uart_div_modify(0, UART_CLK_FREQ / 115200);
}