Hi tonyc.
The resource window only works for certain SigmaDSP chips. If your project uses the ADAU170x, the way to find resource usage is:
- Link-compile-download the project (with or without hardware)
- Look in your project's folder for the folder called, IC1_project-name
- Inside that folder there's another folder named net_list_out
- Open the text file "compiler_output" in there, it will show the resources:
################## Summary ########################
Number of instructions used (out of a possible 1024 ) = 78
Data RAM used (out of a possible 2048 ) = 29
Parameter RAM used (out of a possible 1024 ) = 7
Best regards,
Bob