is there an easy way of getting the memory usage (programme memory) out of Sigma Studio?
the linker gives cells used, but I'm not sure how this relates to memory.
is there an easy way of getting the memory usage (programme memory) out of Sigma Studio?
the linker gives cells used, but I'm not sure how this relates to memory.
Depending on the DSP type the compiler produces a file called "compiler_output.log" or "compiler_output.txt" that has the details.
You can view this file from Sigma Studio by selecting Output from the View menu.
Thanks I've found the compiler_output.txt file