iram0_0_seg – IRAM OVERFLOWED: Could you optimize the program code to use slightly less IRAM memory? #732
-
IRAM OVERFLOWED: Could you optimize the program code to use slightly less IRAM memoryI have now used ChatGPT‑5 to get my Guitar-Project "up and run!".. which I have been tinkering with for the past five years, — and I have finally managed to get Beep() working both with and without signal on the Bluetooth input. However, when merging all of my small functions into my 'Small‑sized' program, I can no longer compile the code due to CPU memory overflow. Could you check whether it is possible to optimize your library code to use less IRAM memory? #include <AudioTools.h> 😳From Wikipedia: - Arduino IDE 2.3.6 name=audio-tools name=ESP32-A2DP ######################################################################## #include <Time.h> #include <WiFi.h> #include <AsyncTCP.h> #include <FastLED.h> #include <AudioTools.h> ######################################################################## 🙏 I really hope that you and yours can take some time to optimize IRAM so it will be a little easier for us users to get this to run together but the rest of the useful libraries that you need to make a small working program!. Best regards 😉 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My libraries are aleady optimized and I am sure the issue is in your sketch:
|
Beta Was this translation helpful? Give feedback.
My libraries are aleady optimized and I am sure the issue is in your sketch: