Skip to content

Fix issue with i2c clock selection. - #3

Open
SelfTide wants to merge 1 commit into
Gordon01:masterfrom
SelfTide:master
Open

Fix issue with i2c clock selection.#3
SelfTide wants to merge 1 commit into
Gordon01:masterfrom
SelfTide:master

Conversation

@SelfTide

@SelfTide SelfTide commented Dec 8, 2024

Copy link
Copy Markdown

E (xx) i2c: i2c_param_config(645): i2c clock choice is invalid, please check flag and frequency

Found solution to this issue from the following git issue post. mkfrey/u8g2-hal-esp-idf#1

Just need to zero out i2c_config_t conf; using memset();.

Updated macros for ESP-IDF v5.1.2 i2c component.

E (xx) i2c: i2c_param_config(645): i2c clock choice is invalid, please check flag and frequency

Found solution to this issue from the following git issue post.
mkfrey/u8g2-hal-esp-idf#1

Just need to zero out i2c_config_t conf; using memset();.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant