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-010054: Changing the Closed Loop control

Part Number: TIDA-010054

Hi,

For my project, i need to use some specific control design for the DAB DC/DC converter.

I intend to use Simulink coder to generate code in C and integrate it in the TIDA-010054. There is already some controller that are in the project.

I am not sure how to do it in the CCS code. Maybe it will be easyer to change one of the preset control file?

Thank you for the support!

Vincent Beaulieu-Gagnon

  • Hi,

    Thanks for reaching out.
    The .js files you are pointing out are just  java scripts to configure the debug environment in CCS.
    These files do not set any actual variables, they instruct CCS to show certain variables in the Expression Window within CCS Debug view.

    If Simulink C Code generation is used, the generated code has to be added by hand into the existing software.
    The control code can be added to DAB_runISR1() function located in dab.h

    Best regards,

    Andreas