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.

TMS320F28062: Missing generating hex files for CLA program

Part Number: TMS320F28062


Hi Expert,

Due MIPS issue, we moved partial program from C28x into the CLA. The .out file is running good. But when we tried using the .hex files, we found program abnormal.

In the hex binary, we found CLA program binary part is missing.

Could you help advise what's need when generating the .hex file with CLA program?

Thanks.

  • Hi LLouis,

    Are you using the Hex2000 utility. I believe it will convert a .out to a hex file, so if the .out contains the code, then the hex file should also contain the code. I do not believe the Hex2000 utility has the ability to distinguish between C28x and CLA code. It just looks at the data in the .out. So, if the data is in the .out is should be converted.

    This question may be better suited for the tools E2E forum.

    Also, how are you confirming the data is missing?

    Hope this helps,
    sal
  • Sal, Thanks for answer. We do NOT believe also until we see it happens. I'll try to provide an example can reproduce this issue, so we can see how to resolve. Thanks.