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.

JAV or SVF files for TIVA

Hello,

I'm writing an application for TIVA using CCS 5.5.0

Is it possible to create a JAV or SVF images using this version ?

We have a generic JTAG burner which supports only those types.

Best regards,

Z.V

  • Hi ZV,

    Zvi Vered said:
    Is it possible to create a JAV or SVF images using this version ?

    These images are not supported. You can get the list of supported images in Project Properties window in CCS.

    Regards,

    Gautam

  • Zvi Vered said:

    Is it possible to create a JAV or SVF images using this version ?

    We have a generic JTAG burner which supports only those types.

    The default output type generated by CCS for TIVA devices is ELF, which is a standard format generated by many compilers in the industry. If you require a specific format for your JTAG burner, you would need to find a converter that can convert the ELF executable into the desired format.