ESP_VS1053_Library icon indicating copy to clipboard operation
ESP_VS1053_Library copied to clipboard

Set SCI_CLOCKF as per data sheet, add defines for clock parameters

Open episource opened this issue 2 years ago • 0 comments

This PR changes the SCI_CLOCKF register configuration to match the data sheet recommendations (section 4.2, SCI_CLOCKF=0x8800).

Also defines for associated clock parameters (SCI_CLOCKF, SLOW_SCK, FAST_SCK) are added.

Effect on VS1053B operation of this PR: The CLKI frequency of VS1053B will be increased by 0.5xXTALI. This means slightly faster operation, faster SPI, but potentially more power consumption.

This is a backwards compatible change. No need to change sketches using this library.

episource avatar Sep 28 '23 07:09 episource