-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP32: Use REF_TICK for UART, when possible
REF_TICK is a 1 mhz clock source that remains stable when dynamic clock scaling is enabled. We can use it to generate baud rates up to certain threshold. Experimentally tested threshold to be ~500K (with FTDI232 and CP2102). This covers standard baud rates up to and including 460800. Fixes #511
- Loading branch information
Showing
1 changed file
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters