You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so both 3.0.7 and 3.1.0 cause this error? There are insignificant changes between 3.0.6 and 3.0.7. You can go through the code of your project and remove IRAM_ATTR from functions/methods to minimize the IRAM usage from your code. It is no longer required in Arduino anyway.
Board
ESP32 Custom Board
Device Description
Final Product (Custom Board) in market for 6 years
Hardware Configuration
Final Product in market for 6 years
Version
other
IDE Name
2.3.4
Operating System
Windows 11
Flash frequency
40
PSRAM enabled
no
Upload speed
115200
Description
Upgrading from 3.0.6 to 3.0.7 or 3.10 I now get an IRAM error
section
.iram0.text' will not fit in region
iram0_0_seg'If I roll back to 3.0.6 this error disappears.
What has changed in the compiler?
Do I need to add something to my code?
I need to add some features and wish to use the latest version compiler, for now I will stay on 3.0.6
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: