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.

TIDA-010203: Software Files

Part Number: TIDA-010203
Other Parts Discussed in Thread: TIDM-02008

Hello Team,

My customer is looking for the software files for this reference design. Actually, they already build the reference design and the only missing piece is the software file. Can you share with us where to download it?

Regards,

Renan 

  • Hi Renan,

    Thanks for choosing this reference. Its firmware is not published, but it is very same to the TIDM-02008 in the digitla power SDK.

    Just need below modifications:

    1. Voltage & Current sensing range (/in setting.h)
      1. Vin_max set to 925.3
      2. Iac_max set to 99
      3. Itrip_limit set to 90
    2. Iac ADC value read function
      1. modify from ' * 2.0f ' to ' * 1.0f ';

     

    1. PI controller of Curr loop & Volt loop (/in setting.h)
      1. i_Kp set to 1
      2. i_Ki set to 0.05
      3. v_Kp set to 1.2
      4. v_Ki set to 0.02
    2. Relay GPIO (/in usersetting.h)
      1. change to GPIO16
    3. Vac offset pu
      1. Calibrate offset from 0 to +0.0065f; 
    4. OCP config
      1. Disable all protection for IL1~3; only the total current OCP is used.