Tool/software: Code Composer Studio
Hi,
My customer need to call out2bin exe to change the executable file to bin then to call perl script to add crc info to the bin.
We know that we can add post-build steps in project build option to run out2bin. But how to run perl script? I found below link and I think it is complex and it needs to run manually, not automatically after build. Is there any simple way?