Unable to upload

I get this failure when I try to upload a design:

CalcEspResources.exe Internal Error.

I’m able to download from the ESP-88.
ESP-88 firmware 2.2

PC is XP.

/Langkjær

Here is the design.

Offcourse. I see what you mean.

Thanks for fast reply!

/Langkjær

Hi Langkjaer,

Is it possible that you could post the design file you are trying to upload and then I should be able to identify the cause> (or if you prefer you could send it to me with a private message).

Some initial thoughts are:

1) You may have introduced a recursive loop which is not permitted and will prevent CalcResources from correctly calculating the required resource.


Link to related article : Design will not display DSP resource usage


2) You may not have the correct version of .NET framework installed on your PC (.NET v1.1 is required for any version upto 2.050 and .NET v2 is required for CS Designer v 2.075 or later

Link to related article: ‘CalcESPResources.exe error’ when trying to access resource meter or upload


Best regards
Rob

Hi Langkjaer,

Thanks for posting the file. As suspected the design includes a recursive loop whereby the output from a module ends up back as an input to the same module. This is not permitted and there must a linear path through all the modules. Remove this link and the DSP resource will calculate correctly and the file will upload.

Best regards
Rob