Currently SDRAM chip is not used, only 512K AXISRAM section is. It’s a limitation of current Arduino setup on Daisy that’s planned to be fixed fixed within 2 weeks according to developers.
Based on that error message it would appear that the code is actually being put in the SRAM1 block in the D2 domain whilst variables are being put in the 512k on the AXI bus.
Nice to know it is being fixed. I have run in to this problem so many times
and thought I had made some error with the code that just flooded the memory with garbage.
Also worth mentioning that because the 64MB of external memory are not the default memory space, Arduino will not keep track of your usage of that memory in the same way that it keeps track of the 512kB that are readily available.