Skip to content

Audio codecs locking up RP2040 #2061

Answered by pschatzmann
LowderPlay asked this question in Q&A
Discussion options

You must be logged in to vote

As described in the Readme, MP3 and AAC encoding requires a lot of RAM. You might be able to do this if you Microcontroller supports PSRAM, but there is no chance with the limited RAM that the RP2040 has!

Use a Codec that is more lightweight...

ps. The ESP32 generally has more RAM and flash memory than the RP2040. ESP32 models can offer up to 520KB of SRAM and up to 16MB of flash, while the RP2040 has 264KB of RAM and supports up to 16MB of off-chip flash.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@LowderPlay
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants