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.

TMS320F28384S: I want to change a specific line of code in ccs to binary format. How do i do it?

Part Number: TMS320F28384S

Tool/software:

Hi expert,

i am trying to convert some algorithm which is in c code to binary format.

The purpose is i that when i transfer the ccs code to the third party i only want them to see the binary format of the code which i converted. (not the whole code)

i tried doing from build and created a seperate source file where i put the code which i want to convert to binary file. But i am lost about what i should do next.

can you suggest me or share us if there a manual or easy way to do it? 

Again, i just want to convert some specific lines of c code (INSIDE void abc() {xyz...} to binary format and build it and share it to third party.

Please help 

thanks

sid

  • Unfortunately, this ...

    convert some specific lines of c code (INSIDE void abc() {xyz...} to binary format

    ... is not possible.  The granularity at which this works is a function.  Implement this code in a function which the third party calls.  Then supply that code as either an object file or a library.

    Thanks and regards,

    -George