• Rodrigo Garcia's avatar
    fix(uart): clock source (#10172) · 2a971751
    Rodrigo Garcia authored
    Problem detected with ESP32 and ESP32-S2 when the baudrate goes to 460600 bps.
    
    REF_TICK (2MHz) seem not to work properly.
    Limiting the use of REF_TICK for up to 205 Kbps.
    2a971751
esp32-hal-uart.c 37.2 KB