Skip to content

How to generate Faust code #1565

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

You must be logged in to vote

Microcontrollers have only a very small amount of RAM and usually you cant allocate big blocks of memory.
Fortunately some ESP32 have PSRAM. So, if you one with PSRAM you need to activate it in Arduino Tools menu and in the sketch by activating the memory manager like it is demonstrated in one of the examples by using a #define USE_MEMORY_MANAGER before the includes

Dont forget to add the -mem option as described in the Wiki

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jaapnoordzij
Comment options

@jaapnoordzij
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