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.

CCS/MSP430I2040: How to replace EMDC generated code

Part Number: MSP430I2040


Tool/software: Code Composer Studio

Hello,

I have generated code using EMDC.

Edited code as per our application.

Now as requirement changed we need to change shunt (current measurement).

So again I generated code using EMDC with that changed shunt value.

Now do I need to edit code again as per application or I can replace few files in original edited code?

Please guide me regarding this.

Thanks,

Anuradha.

  • Anuradha,

    I am not exactly sure what changes you have made to your original EMDC generated code to meet your application requirements, but if you would like to continue using that custom project with the latest shunt configuration, your best bet would likely be to use a code comparing tool, such as Beyond Compare or Code Compare, to see what the specific changes are between the originally generated EMDC code and the latest reconfigured EMDC generated code.

    Once you determine what the specific differences are then you can copy those changes into your already modified custom project so you don't have to redo the process all over again.

    Best regards,

    Matt

**Attention** This is a public forum