Search found 1 match

by yves123
Wed Aug 28, 2024 11:05 am
Forum: ESP-IDF
Topic: IDF 5.2 and 5.1.2 (stable): legacy i2c driver slowdown from another task
Replies: 1
Views: 824

Re: IDF 5.2 and 5.1.2 (stable): legacy i2c driver slowdown from another task

Hi,
I've got the same problem: expected speed with the i2c legacy driver, extremely slow in another task. As a workaround, I've created the task with a higher priority, 1 instead of tskIDLE_PRIORITY (0).
Yves