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.

TMS320F28377D: Configuration code generation for calibration buffer

Part Number: TMS320F28377D

Dear TI hello,

I want to generate a the binary code for a configuration file,

For this moment I didn't shoose the file format, it would be a json file or excel file,

Does TI hase any tool to help me generate bin file?

Thank you in advance for felp,

S.T

  • Hello,

    I am unclear of your exact use case.

    I want to generate a the binary code for a configuration file,

    Please explain in more detail what exactly you are trying to accomplish here.

    Thanks

    ki

  • Hello Ki,

    The idea is to reserve a sector in Flash, in this sector I will store variables, those variable values will come from a separate configuration file compiled.

    so first I'll flash the program and configuration file,  the program will have a different behavior depending on the flashed configuration,

    The configuration is a separate Excel file or JSON value with the variable value..

  • For this moment I didn't shoose the file format, it would be a json file or excel file,

    Does TI hase any tool to help me generate bin file?

    Unfortunately, TI has no tools which convert a json file or Excel file into a format which can loaded for execution in an embedded system that has one or more TI devices in it.  One might write a script which converts the json file or Excel file into C code, which is then compiled with a TI compiler toolchain to create an executable image.  We have no examples that show how that might be done.

    Thanks and regards,

    -George