Memory fragmentation problem #478
Unanswered
Marcus4242
asked this question in
Q&A
Replies: 1 comment
-
Test different versions of the lib. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a program that allows playing mp3 files from SD card via Bluetooth BLE commands.
However, I'm quickly running into heap memory fragmentation problems and therefore the mp3 decoder can't allocate enough memory and simply stops playing my files.
Is there any way I can avoid this? Is it possible to allocate enough memory right from the start so it stays static and avoids fragmentation? Or are there any other ideas? My esp doesn't have psram, but I ordered one to see if that might help, too.
Beta Was this translation helpful? Give feedback.
All reactions