This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS2595: Design tool show error

Part Number: TPS2595

Dear E2E,

I am designing TPS259533 eFuse in my system.

I download the design tool from ti.com.

I suffer the issue that when i enter Imax below 1.8A. RILM will show error as #REF!.

Please guide me to fix the issue and i also want to know the reason.

BR,

WeeKeong

  • Hi WeeKeong,

    yes, there is an issue with the tool. We are working on revising the tool.

    Meanwhile, you can formula in cell L35 to “=IF(D35>=10000,D35/100,IF(D35>=1000,D35/10,IF(D35>=100,D35,IF(D35>=10,D35*10,D35*100))))

    This should solve the issue.