tasks competing for resource??

well_tech
Posts: 7
Joined: Wed Feb 28, 2024 9:19 am

Re: tasks competing for resource??

Postby well_tech » Mon May 04, 2026 4:54 pm

well, I have verified all potential options and have not found any obvious issues with memory etc., lets see how will it work. My guess is that there were too may code marked as IRAM_ATTR (including i2c driver), all IRAM was accupied (IDF showed 100% occupied IRAM in memory usage summary) and it probably caused some discrepancies. Many thanks for support!

MicroController
Posts: 2661
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: tasks competing for resource??

Postby MicroController » Mon May 04, 2026 10:44 pm

On the S3, RAM is allocated to IRAM code as needed for the application. The amount of RAM dedicated to code ("IRAM") is not fixed; it is variably sized to just fit all the IRAM code and thus "IRAM" is always 100% filled.

Who is online

Users browsing this forum: Google [Bot], meta-externalagent and 7 guests