Thanks, I know that I can have the global view of the memory usage, but I'd like to have a finer view of it, meaning knowing for each array if it is stored in RAM1, RAM2 or PSRAM.
So, do I need to do the math by myself and optimize the storage place for each array (and declare them as DMAMEM or...